We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4afa3a commit f4eba35Copy full SHA for f4eba35
dev/src/theme/Navbar/ThemeSelect.tsx
@@ -49,11 +49,10 @@ export const ThemeSelect: FunctionComponent = () => {
49
{...activate}
50
_hideLabel
51
_id="theme-toggle"
52
+ _label="Theme auswählen"
53
_list={THEME_OPTIONS}
54
_value={[getTheme()]}
- >
55
- Theme auswählen
56
- </KolSelect>
+ />
57
);
58
};
59
0 commit comments