From 8410f0a997efd800481e59ac7da4cf2e6abecec9 Mon Sep 17 00:00:00 2001 From: CharlieS1103 <60494758+CharlieS1103@users.noreply.github.com> Date: Mon, 4 Jul 2022 07:10:39 -0600 Subject: [PATCH] feat(Ziro): add background color changes (#790) --- Ziro/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ziro/user.css b/Ziro/user.css index b498e0d..74ef163 100644 --- a/Ziro/user.css +++ b/Ziro/user.css @@ -9,7 +9,7 @@ .main-actionBarBackground-background { display: none; } -.main-topBar-overlay { +.main-topBar-overlay, .main-view-container, .Root__nav-bar{ background-color: var(--spice-main); } .main-topBar-background {