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