From 5020152a475dd597a51f5a87dbabd15c4b6bdd8b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 17 Nov 2022 19:08:50 -0800 Subject: [PATCH] Use button color for notification popup --- .../ui/NotifyReminderPopup/NotifyReminderPopup.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss index f4fc74b8c..eb6410d08 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.module.scss @@ -1,5 +1,5 @@ :export { - popupBackgroundColor: var(--theme-color-palette-7); + popupBackgroundColor: var(--theme-color-components-primary-button-background); } .contentbutton {