From e78d6c29656468463f482301091b15e612719e37 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Fri, 8 Oct 2021 15:31:42 +1100 Subject: [PATCH] rename bg_popup to bg_card for side panel --- api/components/panel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/components/panel.css b/api/components/panel.css index 1294867..ecd2715 100644 --- a/api/components/panel.css +++ b/api/components/panel.css @@ -135,7 +135,7 @@ right: 14px; border-radius: 3px; padding: 8px 0; - background: var(--theme--bg_popup); + background: var(--theme--bg_card); box-shadow: var(--theme--ui_shadow, rgba(15, 15, 15, 0.05)) 0px 0px 0px 1px, var(--theme--ui_shadow, rgba(15, 15, 15, 0.1)) 0px 3px 6px, var(--theme--ui_shadow, rgba(15, 15, 15, 0.2)) 0px 9px 24px !important; @@ -150,7 +150,7 @@ cursor: pointer; overflow: hidden; position: relative; - --scoped--bg: var(--theme--bg_popup); + --scoped--bg: var(--theme--bg_card); background: var(--scoped--bg); } #enhancer--panel-header:hover,