fix/textSize-fix value label text color

Signed-off-by: Danyelle Amarante <90638175+Danyelleac@users.noreply.github.com>
This commit is contained in:
Danyelle Amarante
2024-01-18 16:04:03 -03:00
parent 73961898cd
commit ab9c9eb77e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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',
},