12 lines
232 B
SCSS
Raw Normal View History

2025-03-05 20:28:54 -06:00
@import '../../scss/_custom-variables/libs';
// Background & Primary color for picker
@mixin colorPicker-theme($background) {
.pcr-app {
.pcr-type.active,
.pcr-save {
background: $background !important;
}
}
}