fix(ui): set explicit background for collapse item headers. Closes #3010

This commit is contained in:
Gabe Kangas
2023-05-31 17:00:38 -07:00
parent 21651015b1
commit 6b6baae0ca

View File

@@ -231,3 +231,7 @@ th {
right: 0.35rem;
}
}
.ant-collapse > .ant-collapse-item {
background: var(--theme-color-palette-14);
}