Skip to content

Commit

Permalink
fix: checkbox hover bg
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuhao committed Nov 28, 2023
1 parent 0bcf887 commit 2f3ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
@checkbox-text-color: @text-color-primary;
@checkbox-check-color: #fff;
@checkbox-check-bg: @checkbox-check-color;
@checkbox-hover-bg: @color-neutral-bg-2;
@checkbox-hover-bg: @white;
@checkbox-active-bg: @color-neutral-line;
@checkbox-border-width: @border-width-base;
@checkbox-border-radius: @border-radius-base;
Expand Down

0 comments on commit 2f3ba43

Please sign in to comment.