From 108cc36d68708ca44b7ff66cbcacb889d618e4fa Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:47:19 -0600 Subject: [PATCH] fix text color on genai summary chip --- web/src/components/overlay/chip/GenAISummaryChip.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/overlay/chip/GenAISummaryChip.tsx b/web/src/components/overlay/chip/GenAISummaryChip.tsx index ead0104b1..46fefdc67 100644 --- a/web/src/components/overlay/chip/GenAISummaryChip.tsx +++ b/web/src/components/overlay/chip/GenAISummaryChip.tsx @@ -26,7 +26,9 @@ export function GenAISummaryChip({ review }: GenAISummaryChipProps) { className={cn( "absolute left-1/2 top-8 z-30 flex max-w-[90vw] -translate-x-[50%] cursor-pointer select-none items-center gap-2 rounded-full p-2 text-sm transition-all duration-500", isVisible ? "translate-y-0 opacity-100" : "-translate-y-4 opacity-0", - isDesktop ? "bg-card" : "bg-secondary-foreground", + isDesktop + ? "bg-card text-primary" + : "bg-secondary-foreground text-white", )} >