Fix accordion theme color
This commit is contained in:
parent
92a6e85fe7
commit
ff67e42303
1 changed files with 3 additions and 0 deletions
3
client/src/sass/bootstrap.scss
vendored
3
client/src/sass/bootstrap.scss
vendored
|
@ -37,6 +37,9 @@
|
|||
.accordion {
|
||||
--bs-accordion-color: #{pvar(--mainForegroundColor)};
|
||||
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
|
||||
|
||||
--bs-accordion-btn-color: var(--bs-accordion-color);
|
||||
--bs-accordion-btn-bg: var(--bs-accordion-bg)
|
||||
}
|
||||
|
||||
.popover {
|
||||
|
|
Loading…
Reference in a new issue