From 875614c9b629508043bb944db1abdd61b0edb20a Mon Sep 17 00:00:00 2001 From: miguelrambalt Date: Thu, 8 Apr 2021 12:04:44 -0500 Subject: [PATCH] add color for accessibility in Lifecycle for headers Signed-off-by: miguelrambalt --- packages/core/src/components/Lifecycle/Lifecycle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/Lifecycle/Lifecycle.tsx b/packages/core/src/components/Lifecycle/Lifecycle.tsx index d388452cdc..585f7a5c18 100644 --- a/packages/core/src/components/Lifecycle/Lifecycle.tsx +++ b/packages/core/src/components/Lifecycle/Lifecycle.tsx @@ -25,7 +25,7 @@ type Props = CSS.Properties & { const useStyles = makeStyles({ alpha: { - color: '#d00150', + color: '#ffffff', fontFamily: 'serif', fontWeight: 'normal', fontStyle: 'italic',