From 5339c114053511faa73897be94c4aadbaadfddac Mon Sep 17 00:00:00 2001 From: Manan17 Date: Fri, 13 Feb 2026 17:24:57 +0000 Subject: [PATCH] Changing the highlighted text color to be black while keeping the checkmark emerald --- .../frontend/src/features/export/components/quant-picker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studio/frontend/src/features/export/components/quant-picker.tsx b/studio/frontend/src/features/export/components/quant-picker.tsx index 9b6c070453..8136a46bb5 100644 --- a/studio/frontend/src/features/export/components/quant-picker.tsx +++ b/studio/frontend/src/features/export/components/quant-picker.tsx @@ -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 && ( )} {q.label}