Skip to content

Commit 290b24b

Browse files
committed
Switch to primary colors for ad hover
1 parent dd44f02 commit 290b24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/components/choice-ad-banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const ChoiceAdBanner: React.FC<ChoiceAdBannerProps> = ({ ads, onImpressio
7070
}
7171
}, [visibleAds, onImpression])
7272

73-
const hoverBorderColor = theme.link
73+
const hoverBorderColor = theme.primary
7474

7575
return (
7676
<box
@@ -124,7 +124,7 @@ export const ChoiceAdBanner: React.FC<ChoiceAdBannerProps> = ({ ads, onImpressio
124124
<text
125125
style={{
126126
fg: theme.name === 'light' ? '#ffffff' : theme.background,
127-
bg: isHovered ? theme.link : theme.muted,
127+
bg: isHovered ? theme.primary : theme.muted,
128128
attributes: TextAttributes.BOLD,
129129
}}
130130
>

0 commit comments

Comments
 (0)