We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e225d commit 82cc47dCopy full SHA for 82cc47d
2 files changed
workspaces/theme/.changeset/clever-peas-float.md
@@ -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
@@ -35,7 +35,7 @@ export const lightThemeOverrides: Partial<ThemeConfigPalette> = {
35
hoverBackground: '#ffffff',
36
},
37
submenu: {
38
- background: '#222427',
+ background: '#FFF',
39
40
41
text: {
0 commit comments