From 07db73b0844d592e311eab845d9ffd5e38a46087 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 5 Jun 2023 08:55:21 -0700 Subject: [PATCH] fix(ui): set offline banner color to be static palette white --- web/components/ui/Content/Content.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 4dd57f66d..f3da4d723 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -35,7 +35,7 @@ } .offlineBanner { - color: var(--theme-color-background-main); + color: var(--theme-color-palette-4); } .mobileActionButtons {