diff --git a/src/components/hardware/VariantSelectButton.tsx b/src/components/hardware/VariantSelectButton.tsx index eee5f0e4..bebe0930 100644 --- a/src/components/hardware/VariantSelectButton.tsx +++ b/src/components/hardware/VariantSelectButton.tsx @@ -50,7 +50,7 @@ export const VariantSelectButton = ({ key={index} className={({ active }) => `relative cursor-default select-none py-2 pl-3 pr-9 ${ - active ? 'bg-indigo-600' : '' + active ? 'bg-secondary' : '' }` } value={variant} @@ -68,7 +68,7 @@ export const VariantSelectButton = ({ {selected ? (