Skip to content

Commit 82cc47d

Browse files
fix: bg-color of myGroup sidebar (#3091)
Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
1 parent 98e225d commit 82cc47d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-theme': patch
3+
---
4+
5+
Fixed the background color of myGroup sidebar submenu in light theme

workspaces/theme/plugins/theme/src/lightTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const lightThemeOverrides: Partial<ThemeConfigPalette> = {
3535
hoverBackground: '#ffffff',
3636
},
3737
submenu: {
38-
background: '#222427',
38+
background: '#FFF',
3939
},
4040
},
4141
text: {

0 commit comments

Comments
 (0)