Skip to content

Commit

Permalink
cmdct-3992 - fix hover color change (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
britt-mo committed Sep 20, 2024
1 parent 101707a commit 260fdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ui-src/src/styles/components/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const unstyledVariant = {
textDecoration: "none",
":focus, :focus-visible, :hover, :visited, :visited:hover": {
textDecoration: "none",
color: "palette.base",
},
};

Expand Down

0 comments on commit 260fdfe

Please sign in to comment.