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
9 changed files with 51 additions and 46 deletions
@@ -186,7 +186,6 @@
shape="round"
variant="ghost"
color="secondary"
size="large"
icon={mdiKeyboard}
title={$t('show_keyboard_shortcuts')}
onclick={() => (isShowKeyboardShortcut = !isShowKeyboardShortcut)}