Merge pull request #65 from unslothai/refactor/change-highlighted-text-color
Refactor/change highlighted text color
This commit is contained in:
commit
a62a30bd9b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue