From 04f08d18634d6aaee44a2726bce0f2892c0338e1 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 9 Mar 2022 11:25:53 +0100 Subject: [PATCH 1/2] chore: this color should be white in both themes Signed-off-by: blam --- plugins/scaffolder/src/components/TemplateCard/TemplateCard.tsx | 1 + 1 file changed, 1 insertion(+) 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', }, })); From 33e58456b5c5aa8cd5a29ed046aab4630ead45f5 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 9 Mar 2022 11:26:50 +0100 Subject: [PATCH 2/2] chore: added changeset Signed-off-by: blam --- .changeset/ninety-cheetahs-march.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ninety-cheetahs-march.md 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`