Skip to content

Commit

Permalink
Fix color of checked checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Dec 12, 2019
1 parent fcc7a44 commit 36c698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $fd-radio-inner-circle-diameter-compact: 0.375rem;

&:checked {
&::after {
background-color: var(--sapField_TextColor);
background-color: var(--sapField_WarningBackground);
}
}

Expand Down

0 comments on commit 36c698f

Please sign in to comment.