fix: immich ui toggles and switches (#16834)

* fix: immich ui toggles and switches

* Update web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte

Co-authored-by: Alex <alex.tran1502@gmail.com>

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen 2025-03-12 17:25:27 -04:00 committed by GitHub
parent 2d7a94ce23
commit 996ffed5eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 51 additions and 46 deletions

View file

@ -91,7 +91,7 @@
{#if $featureFlags.email}
<Field label={$t('admin.send_welcome_email')}>
<Switch id="send-welcome-email" bind:checked={notify} class="flex justify-between text-sm" />
<Switch id="send-welcome-email" bind:checked={notify} class="text-sm" />
</Field>
{/if}
@ -105,7 +105,7 @@
</Field>
<Field label={$t('admin.require_password_change_on_login')}>
<Switch id="require-password-change" bind:checked={shouldChangePassword} class="flex justify-between text-sm" />
<Switch id="require-password-change" bind:checked={shouldChangePassword} class="text-sm" />
</Field>
<Field label={$t('name')} required>