@include export-module('color-picker-bootstrap-icons') {
  .e-container {
    & .e-value-switch-btn {
      &::before {
        content: '\e431';
      }
    }
  }
}
