From 4472e87de5a2722d0faa540b51c0033c94a268ba Mon Sep 17 00:00:00 2001 From: Dale Fukami Date: Wed, 22 Mar 2023 10:36:07 -0600 Subject: [PATCH] Fix the Notifcation popup title color --- src/components/notification/popup/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification/popup/style.scss b/src/components/notification/popup/style.scss index 1fa909289..1451ae94e 100644 --- a/src/components/notification/popup/style.scss +++ b/src/components/notification/popup/style.scss @@ -16,7 +16,7 @@ font-family: 'Inter'; h3 { - color: theme.$color-white; + color: theme.$color-greyscale-12; margin: 20px 0px; font-style: normal;