style: width changed for some Modal

for modals with less content width changed to `small`
This commit is contained in:
Pavel Laptev 2024-03-17 03:21:09 +01:00 committed by GitButler
parent 69a5eaf8a5
commit 28e6680db2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
Remove project…
</Button>
<Modal bind:this={modal}>
<Modal bind:this={modal} width="small">
<div class="remove-project-description">
<p class="text-base-body-14">
Are you sure you want to remove

View File

@ -237,7 +237,7 @@
Remove projects…
</Button>
<Modal bind:this={deleteConfirmationModal} title="Remove all projects">
<Modal bind:this={deleteConfirmationModal} width="small" title="Remove all projects">
<p>Are you sure you want to remove all GitButler projects?</p>
<svelte:fragment slot="controls" let:close>