Skip to content

Commit

Permalink
fix(Grid): fix hover color in grid row (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonwong666 authored Dec 12, 2024
1 parent d17fd67 commit affe9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zent/assets/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $fixed-left-column-box-shadow: 4px 0 8px -4px rgba($shadow-color, 0.1);

&:hover,
&__mouseover {
@include theme-color(background-color, default, bg);
@include theme-color(background-color, primary, 8);
}

&__expanded {
Expand Down

0 comments on commit affe9ed

Please sign in to comment.