lundi 29 juin 2020

Size of tick does not change when checkbox size increases ANTD

I am using checkboxes from ANT Design and this is the default size of checkbox. default

Now, I want to increase the size of checkbox, so I changed the width and height and now my checkbox looks like this: enter image description here

How can I change the size of tick? This is my CSS:

.ant-checkbox-checked .ant-checkbox-inner{
    background-color: #008000;
    width: 30px;
    height: 30px;

}   



Aucun commentaire:

Enregistrer un commentaire