Compare commits

...

2 Commits

Author SHA1 Message Date
Josh Hawkins
8f2dcba4f4 fix indentation in genai docs 2026-01-03 14:47:57 -06:00
Josh Hawkins
108cc36d68 fix text color on genai summary chip 2026-01-03 14:47:19 -06:00
2 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,9 @@ export function GenAISummaryChip({ review }: GenAISummaryChipProps) {
className={cn( 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", "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", 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",
)} )}
> >
<MdAutoAwesome className="shrink-0" /> <MdAutoAwesome className="shrink-0" />