Merge pull request #65 from unslothai/refactor/change-highlighted-text-color

Refactor/change highlighted text color
This commit is contained in:
Roland Tannous 2026-02-13 21:36:08 +04:00 committed by GitHub
commit a62a30bd9b

View file

@ -71,14 +71,14 @@ export function QuantPicker({ value, onChange }: QuantPickerProps) {
className={cn(
"inline-flex items-center gap-1.5 rounded-full px-3 py-1.5 text-xs font-medium ring-1 transition-all",
active
? "ring-primary bg-primary/10 text-primary"
? "ring-primary bg-primary/10 text-foreground"
: "ring-border text-muted-foreground hover:text-foreground hover:ring-foreground/20",
)}
>
{active && (
<HugeiconsIcon
icon={CheckmarkCircle01Icon}
className="size-3"
className="size-3 text-primary"
/>
)}
{q.label}