From 50335dc36308476d2206bd0ba10c6b73ab930ccf Mon Sep 17 00:00:00 2001 From: Ben <45583362+ben-basten@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:25:17 -0400 Subject: [PATCH] fix(web): menu button size (#17321) Adjusting the menu button size, to match match the other buttons in the navigation bar. --- .../shared-components/navigation-bar/navigation-bar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte b/web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte index bd4bffd2f61..161407fde45 100644 --- a/web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte +++ b/web/src/lib/components/shared-components/navigation-bar/navigation-bar.svelte @@ -71,7 +71,7 @@ shape="round" color="secondary" variant="ghost" - size="large" + size="medium" aria-label={$t('main_menu')} icon={mdiMenu} onclick={() => {