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 { ...@@ -104,7 +104,6 @@ export default {
<gl-modal <gl-modal
ref="removeModal" ref="removeModal"
:modal-id="modalId" :modal-id="modalId"
size="sm"
ok-variant="danger" ok-variant="danger"
footer-class="gl-bg-gray-10 gl-p-5" footer-class="gl-bg-gray-10 gl-p-5"
title-class="gl-text-red-500" title-class="gl-text-red-500"
......
...@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = ` ...@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass="" modalclass=""
modalid="fakeUniqueId" modalid="fakeUniqueId"
ok-variant="danger" ok-variant="danger"
size="sm" size="md"
title-class="gl-text-red-500" title-class="gl-text-red-500"
titletag="h4" titletag="h4"
> >
......
...@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = ` ...@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass="" modalclass=""
modalid="fakeUniqueId" modalid="fakeUniqueId"
ok-variant="danger" ok-variant="danger"
size="sm" size="md"
title-class="gl-text-red-500" title-class="gl-text-red-500"
titletag="h4" 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