changed auto theme tooltip title to camel case
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
changed auto theme tooltip title to camel case
|
||||
@@ -155,7 +155,7 @@ export const UserSettingsThemeToggle = () => {
|
||||
</TooltipToggleButton>
|
||||
);
|
||||
})}
|
||||
<Tooltip placement="top" arrow title="Select auto theme">
|
||||
<Tooltip placement="top" arrow title="Select Auto Theme">
|
||||
<ToggleButton value="auto" selected={themeId === undefined}>
|
||||
Auto
|
||||
<AutoIcon color={themeId === undefined ? 'primary' : undefined} />
|
||||
|
||||
Reference in New Issue
Block a user