diff --git a/packages/gamut/src/Tip/InfoTip/styles.tsx b/packages/gamut/src/Tip/InfoTip/styles.tsx index 27265437d6..d66d1e58a7 100644 --- a/packages/gamut/src/Tip/InfoTip/styles.tsx +++ b/packages/gamut/src/Tip/InfoTip/styles.tsx @@ -26,6 +26,7 @@ export const infoButtonStyles = css({ width: 24, [ButtonSelectors.HOVER]: { color: textColor, + bg: 'background-hover', }, [ButtonSelectors.FOCUS_VISIBLE]: { color: textColor,