fix(ui): set offline banner color to be static palette white

This commit is contained in:
Gabe Kangas 2023-06-05 08:55:21 -07:00
parent af82d05421
commit 07db73b084
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -35,7 +35,7 @@
} }
.offlineBanner { .offlineBanner {
color: var(--theme-color-background-main); color: var(--theme-color-palette-4);
} }
.mobileActionButtons { .mobileActionButtons {