Commit 208fb01e authored by Illya Klymov's avatar Illya Klymov

Merge branch '225231-update-width-of-remove-project-modal-to-default-size' into 'master'

Change delete project confirmation modal to default size

See merge request gitlab-org/gitlab!84532
parents 29279dbb 6708d656
......@@ -104,7 +104,6 @@ export default {
<gl-modal
ref="removeModal"
:modal-id="modalId"
size="sm"
ok-variant="danger"
footer-class="gl-bg-gray-10 gl-p-5"
title-class="gl-text-red-500"
......
......@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass=""
modalid="fakeUniqueId"
ok-variant="danger"
size="sm"
size="md"
title-class="gl-text-red-500"
titletag="h4"
>
......
......@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass=""
modalid="fakeUniqueId"
ok-variant="danger"
size="sm"
size="md"
title-class="gl-text-red-500"
titletag="h4"
>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment