From 04f08d18634d6aaee44a2726bce0f2892c0338e1 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 9 Mar 2022 11:25:53 +0100 Subject: [PATCH] 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', }, }));