Sidebar submenu title to use theme colors iso always white

Signed-off-by: Eszter Szucs-Matyas <eszter.szucs.matyas@gmail.com>
This commit is contained in:
Eszter Szucs-Matyas
2024-05-29 12:16:46 +02:00
parent 855201c744
commit eae0e4d961
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fixed an issue causing `SidebarSubmenu` text to not follow the theme color
@@ -80,7 +80,7 @@ const useStyles = makeStyles<
title: {
fontSize: theme.typography.h5.fontSize,
fontWeight: theme.typography.fontWeightMedium,
color: theme.palette.common.white,
color: theme.palette.navigation.color,
padding: theme.spacing(2.5),
[theme.breakpoints.down('xs')]: {
display: 'none',