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