@import '../common/component.dark.theme.less';
@import '../common/component.common.less';
:host-context(.theme-dark) ::ng-deep {
    .ant-switch{
        .cm-dark-switch-default;
    }
    .ant-switch-checked{
        .cm-dark-switch-open
    }
    .ant-switch-disabled{
        .cm-dark-switch-disabled
    }
    .ant-switch-inner{
        .cm-dark-switch-default-color
    }
    
   
}