Skip to content

Commit 1602ff6

Browse files
authored
Merge pull request #61 from kkumarcodes/feature/update-checkbox-and-radio
update checkbox and radio
2 parents e82679b + af73f65 commit 1602ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/common/form/Field.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ input[type='radio'] {
5252
}
5353
&:checked {
5454
& + .radio-checked {
55-
border-color: var(--interactive);
55+
border-color: var(--primary);
5656
span {
5757
align-self: center;
58-
background-color: var(--interactive);
58+
background-color: var(--primary);
5959
display: inline-block;
6060
border-radius: 100%;
6161
width: 1.1rem;
@@ -85,7 +85,7 @@ input[type='checkbox'] {
8585
&:checked {
8686
& + .checkbox-checked {
8787
border: 0;
88-
background-color: var(--interactive);
88+
background-color: var(--primary);
8989
svg {
9090
fill: white;
9191
color: white;

0 commit comments

Comments
 (0)