checked icon styles fixed

This commit is contained in:
NikolaBorislavovHristov 2019-05-12 22:26:28 +03:00
parent 93df0529c7
commit d65bf716fd

View file

@ -5,7 +5,7 @@
&:global(.checked) {
.icon {
padding: 10%;
padding: calc(0.1 * var(--icon-size));
}
}