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:
Mike Cripps
2021-12-01 13:30:21 +00:00
parent e8cded0d44
commit 4cadc97a56
@@ -131,7 +131,7 @@ export const UserSettingsThemeToggle = () => {
value={theme.id}
>
<>
{theme.variant}&nbsp;
{theme.title}&nbsp;
<ThemeIcon
id={theme.id}
icon={themeIcon}