Merge pull request #10084 from backstage/blam/fix-icon-color-for-scaffolder
Fixing `FavoriteEntity` border color
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fixing the border color for the `FavoriteEntity` star button on the `TemplateCard`
|
||||
@@ -83,6 +83,7 @@ const useStyles = makeStyles(theme => ({
|
||||
top: theme.spacing(0.5),
|
||||
right: theme.spacing(0.5),
|
||||
padding: '0.25rem',
|
||||
color: '#fff',
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user