@import '../style/themes/index.less';
@switch-prefix-cls: ~'@{ant-prefix}-switch';
.@{switch-prefix-cls} {
    // background-color: @disabled-bg;
    &-checked {
        background-color: @switch-color;
    }
}
