adjust border

This commit is contained in:
miloschwartz 2025-04-12 19:50:30 -04:00
parent 1a750e8279
commit 419e576a3e
No known key found for this signature in database
31 changed files with 118 additions and 112 deletions

View file

@ -44,7 +44,7 @@ export function StrategySelect<TValue extends string>({
selected === option.id ? "checked" : "unchecked"
}
className={cn(
"relative flex rounded-lg border-2 p-4 transition-colors cursor-pointer",
"relative flex rounded-lg border p-4 transition-colors cursor-pointer",
option.disabled
? "border-input text-muted-foreground cursor-not-allowed opacity-50"
: selected === option.id