Compare commits

..

No commits in common. "8f2dcba4f447cfbb6c4154df2fda1876cb867b34" and "9f508fe990eb68126b92ee7cf6e158145dd55a51" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -26,9 +26,7 @@ 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 isDesktop ? "bg-card" : "bg-secondary-foreground",
? "bg-card text-primary"
: "bg-secondary-foreground text-white",
)} )}
> >
<MdAutoAwesome className="shrink-0" /> <MdAutoAwesome className="shrink-0" />