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

View File

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