From b3b6a23687b1b750203bb22858c8e9b9d61967cf Mon Sep 17 00:00:00 2001 From: Dev Gupta <73140257+dev265545@users.noreply.github.com> Date: Thu, 13 Apr 2023 07:03:14 +0530 Subject: [PATCH] Fix -Admin appearance page has one differently colored collapsible area #2893 (#2913) --- static/web/styles/admin/home.css | 2 +- web/public/styles/admin/home.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/web/styles/admin/home.css b/static/web/styles/admin/home.css index 9b8e2f4de..fa5b783ae 100644 --- a/static/web/styles/admin/home.css +++ b/static/web/styles/admin/home.css @@ -105,7 +105,7 @@ .ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header { - background-color: var(--theme-color-palette-5); + background-color: var(--theme-color-background-main); border-radius: var(--theme-rounded-corners); } diff --git a/web/public/styles/admin/home.css b/web/public/styles/admin/home.css index 9b8e2f4de..fa5b783ae 100644 --- a/web/public/styles/admin/home.css +++ b/web/public/styles/admin/home.css @@ -105,7 +105,7 @@ .ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header { - background-color: var(--theme-color-palette-5); + background-color: var(--theme-color-background-main); border-radius: var(--theme-rounded-corners); }