Skip to content

Commit eae0e4d

Browse files
committed
Sidebar submenu title to use theme colors iso always white
Signed-off-by: Eszter Szucs-Matyas <eszter.szucs.matyas@gmail.com>
1 parent 855201c commit eae0e4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/popular-carrots-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage/core-components': patch
3+
---
4+
5+
Fixed an issue causing `SidebarSubmenu` text to not follow the theme color

packages/core-components/src/layout/Sidebar/SidebarSubmenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const useStyles = makeStyles<
8080
title: {
8181
fontSize: theme.typography.h5.fontSize,
8282
fontWeight: theme.typography.fontWeightMedium,
83-
color: theme.palette.common.white,
83+
color: theme.palette.navigation.color,
8484
padding: theme.spacing(2.5),
8585
[theme.breakpoints.down('xs')]: {
8686
display: 'none',

0 commit comments

Comments
 (0)