我有一个带有.Net核心的Angular项目,我也在使用Clarity,我想知道是否有办法改变Clarity切换开关的颜色?
到目前为止我尝试过的代码不起作用:
<input type="checkbox" formControlName="validateAll" Color="red" clrToggle />
<input type="checkbox" formControlName="validateAll" style="background-color:red" clrToggle />
<input type="checkbox" formControlName="validateAll" style="color:red" clrToggle />