Skip to content

Commit

Permalink
fix(InfoTip): background hover
Browse files Browse the repository at this point in the history
Realized while auditing the FloatingTip issue that InfoTip was missing its hover background
  • Loading branch information
dreamwasp authored Oct 7, 2024
1 parent b2e0d21 commit 21686f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gamut/src/Tip/InfoTip/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const infoButtonStyles = css({
width: 24,
[ButtonSelectors.HOVER]: {
color: textColor,
bg: 'background-hover',
},
[ButtonSelectors.FOCUS_VISIBLE]: {
color: textColor,
Expand Down

0 comments on commit 21686f3

Please sign in to comment.