Merge pull request #19595 from AmbrishRamachandiran/auto-theme-tooltip

changed auto theme tooltip title to camel case
This commit is contained in:
Johan Haals
2023-08-30 10:31:28 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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&nbsp;
<AutoIcon color={themeId === undefined ? 'primary' : undefined} />