Merge pull request #12255 from mhaley37/remove-hardcoded-color-iconLinkVertical

Remove hardcoded color icon link vertical
This commit is contained in:
Ben Lambert
2022-06-27 13:42:46 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Change BackstageIconLinkVertical style to use pallette instead of explicit color
@@ -47,7 +47,7 @@ const useIconStyles = makeStyles(
textAlign: 'center',
},
disabled: {
color: 'gray',
color: theme.palette.text.secondary,
cursor: 'default',
},
primary: {