Skip to content

Commit

Permalink
CheckboxControl: Add background transition
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Sep 10, 2024
1 parent bf64272 commit a6cd4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/checkbox-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
height: var(--checkbox-input-size);

appearance: none;
transition: 0.1s border-color ease-in-out;
transition: 0.1s border-color ease-in-out, 0.1s background ease-in-out;
@include reduce-motion("transition");

&:focus {
Expand Down

0 comments on commit a6cd4a1

Please sign in to comment.