We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ca528 commit 66f87a9Copy full SHA for 66f87a9
1 file changed
src/components/Checkbox/Checkbox.css
@@ -32,7 +32,6 @@
32
width: var(--checkbox-size, 1.6rem);
33
height: var(--checkbox-size, 1.6rem);
34
border: var(--checkbox-border-checked, 1px solid #026AA1);
35
- border-radius: 0.2rem;
36
transform: scale(0);
37
background-color: var(--checkbox-bg, #026AA1);
38
background-image: var(--checkbox-checkmark, none);
@@ -76,7 +75,6 @@
76
75
77
78
79
80
81
82
0 commit comments