Merge pull request #22336 from gbsandbox/master
TextSize - fix value label text color
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
---
|
||||
|
||||
Fixed the value label text color in dark mode for the TextSize addon.
|
||||
@@ -70,7 +70,7 @@ const StyledSlider = withStyles(theme => ({
|
||||
left: '50%',
|
||||
transform: 'scale(1) translate(-50%, -5px) !important',
|
||||
'& *': {
|
||||
color: theme.palette.common.black,
|
||||
color: theme.palette.textSubtle,
|
||||
fontSize: theme.typography.caption.fontSize,
|
||||
background: 'transparent',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user