Skip to content

Commit

Permalink
Merge pull request #88 from Danyelleac/fix/textSize
Browse files Browse the repository at this point in the history
fix/textSize-fix value label text color
  • Loading branch information
Danyelleac committed Jan 18, 2024
2 parents fb77060 + dc5837a commit 3daf27f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-dots-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-module-addons-contrib': major
---

fix value label text color, as in the dark theme it is difficult to match
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-fork
name: backstage
description: |
Backstage is an open-source developer portal that puts the developer experience first.
links:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit 3daf27f

Please sign in to comment.