fix/textSize-fix value label text color
Signed-off-by: Danyelle Amarante <90638175+Danyelleac@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': major
|
||||
---
|
||||
|
||||
textsize-fix value label text color
|
||||
@@ -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