Merge pull request #12255 from mhaley37/remove-hardcoded-color-iconLinkVertical
Remove hardcoded color icon link vertical
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user