APP-155 Made all version tags the same color to reduce confusion (#11753)

This commit is contained in:
Tim O'Farrell 2025-11-17 16:05:27 +00:00 committed by GitHub
parent 60c4d9a23f
commit 871cc932d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,10 +25,7 @@ export function ConversationVersionBadge({
<Tooltip content={tooltipText} placement="top"> <Tooltip content={tooltipText} placement="top">
<span <span
className={cn( className={cn(
"inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-semibold shrink-0 cursor-help lowercase", "inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-semibold shrink-0 cursor-help lowercase bg-neutral-500/20 text-neutral-400",
version === "V1"
? "bg-green-500/20 text-green-500"
: "bg-neutral-500/20 text-neutral-400",
isConversationArchived && "opacity-60", isConversationArchived && "opacity-60",
)} )}
> >