diff --git a/src/lib/components/Navbar/Drawer.svelte b/src/lib/components/Navbar/Drawer.svelte index 2863d33..84c5a44 100644 --- a/src/lib/components/Navbar/Drawer.svelte +++ b/src/lib/components/Navbar/Drawer.svelte @@ -74,7 +74,7 @@ > - + diff --git a/src/lib/components/ThemePicker.svelte b/src/lib/components/ThemePicker.svelte index 88297db..110e3dd 100644 --- a/src/lib/components/ThemePicker.svelte +++ b/src/lib/components/ThemePicker.svelte @@ -5,12 +5,17 @@ change the color theme of the website. @slot builder - A slot for the button that triggers the dropdown menu. + + @prop hideLabel - A boolean that determines whether to show the label -->