diff --git a/.changeset/ninety-cheetahs-march.md b/.changeset/ninety-cheetahs-march.md new file mode 100644 index 0000000000..db24c6a820 --- /dev/null +++ b/.changeset/ninety-cheetahs-march.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Fixing the border color for the `FavoriteEntity` star button on the `TemplateCard` diff --git a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx index 54f8188e3b..6f7e375cce 100644 --- a/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx +++ b/plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx @@ -83,6 +83,7 @@ const useStyles = makeStyles(theme => ({ top: theme.spacing(0.5), right: theme.spacing(0.5), padding: '0.25rem', + color: '#fff', }, }));