lundi 29 juin 2020

Change color of tick in ANTD Checkbox

How can I change the color of thing tick inside a checkbox? This is what I have done:

.ant-checkbox-checked .ant-checkbox-inner{
    color:#000000;
    background-color: #008000;
}   

.ant-checkbox-checked .ant-checkbox-input{
    color:#000000;
    background-color:#000000;
}



Aucun commentaire:

Enregistrer un commentaire