Merge pull request #10084 from backstage/blam/fix-icon-color-for-scaffolder

Fixing `FavoriteEntity` border color
This commit is contained in:
Fredrik Adelöw
2022-03-10 12:22:22 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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',
},
}));