Fix -Admin appearance page has one differently colored collapsible area #2893 (#2913)

This commit is contained in:
Dev Gupta
2023-04-13 07:03:14 +05:30
committed by GitHub
parent b68dca6337
commit b3b6a23687
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -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);
}