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", )} >