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
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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