@import "../../../style/index.less";

@ui-prefix-switch: yyui-switch;
@switch-prefix-cls: ant-switch;

.@{ui-prefix-switch} {
  .@{switch-prefix-cls} {
    &-checked {
      border-color: @primary-color;
      background-color: @primary-color;
    }
  }
}