Use theme.title instead of theme.variant in the theme switcher
Signed-off-by: Mike Cripps <mike.cripps@footballradar.com>
This commit is contained in:
@@ -131,7 +131,7 @@ export const UserSettingsThemeToggle = () => {
|
||||
value={theme.id}
|
||||
>
|
||||
<>
|
||||
{theme.variant}
|
||||
{theme.title}
|
||||
<ThemeIcon
|
||||
id={theme.id}
|
||||
icon={themeIcon}
|
||||
|
||||
Reference in New Issue
Block a user