@import '../../scss/_custom-variables/libs';

// Background & Primary color for picker
@mixin colorPicker-theme($background) {
  .pcr-app {
    .pcr-type.active,
    .pcr-save {
      background: $background !important;
    }
  }
}
