diff --git a/frontend/public/global.css b/frontend/public/global.css index 82a22a4..17ac1dc 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -126,7 +126,7 @@ body { } .modal-header { - margin-bottom: var(--space-md); + margin-bottom: var(--space-norm); text-align: center; } diff --git a/frontend/src/components/modals/CreateChannel.svelte b/frontend/src/components/modals/CreateChannel.svelte index f7e856d..cfd096c 100644 --- a/frontend/src/components/modals/CreateChannel.svelte +++ b/frontend/src/components/modals/CreateChannel.svelte @@ -27,7 +27,7 @@