Skip to content

Commit

Permalink
feat(checkbox): update indeterminate ripple
Browse files Browse the repository at this point in the history
  • Loading branch information
didimmova committed May 27, 2024
1 parent c0ff410 commit c2c1e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ label {
[part='base']:hover {
[part~='control']::before {
background: var-get($theme, 'fill-color');
opacity: .12;
opacity: .06;
}
}

Expand Down

0 comments on commit c2c1e9d

Please sign in to comment.