Skip to content

Commit f4eba35

Browse files
committed
chore: set label on select
1 parent b4afa3a commit f4eba35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev/src/theme/Navbar/ThemeSelect.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,10 @@ export const ThemeSelect: FunctionComponent = () => {
4949
{...activate}
5050
_hideLabel
5151
_id="theme-toggle"
52+
_label="Theme auswählen"
5253
_list={THEME_OPTIONS}
5354
_value={[getTheme()]}
54-
>
55-
Theme auswählen
56-
</KolSelect>
55+
/>
5756
);
5857
};
5958

0 commit comments

Comments
 (0)