Skip to content

Commit

Permalink
fix: fixes hover on fill variant in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarni committed Jan 9, 2025
1 parent 16eac39 commit 5c37a8e
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 364 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

@media (hover: hover) {
&:hover {
background-color: var(--jkl-color-background-interactive-hover);
background-color: var(--jkl-color-background-interactive-selected);
}
}

Expand Down
Loading

0 comments on commit 5c37a8e

Please sign in to comment.