Merge pull request #8298 from macripps/macripps/show-theme-title-in-card
Use `theme.title` instead of `theme.variant` in the theme switcher
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
The theme switcher now renders the title of themes instead of their variant
|
||||
@@ -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