feishin/src/shared/components/accordion/accordion.module.css
Jeff c1330d92b2
Migrate to Mantine v8 and Design Changes (#961)
* mantine v8 migration

* various design changes and improvements
2025-06-24 00:04:36 -07:00

12 lines
183 B
CSS

.panel {
background: var(--theme-colors-background);
}
.control {
background: var(--theme-colors-background);
}
.chevron {
display: flex;
justify-content: center;
}