fix(ui): set explicit background for collapse item headers. Closes #3010
This commit is contained in:
@@ -231,3 +231,7 @@ th {
|
||||
right: 0.35rem;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-collapse > .ant-collapse-item {
|
||||
background: var(--theme-color-palette-14);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user