diff --git a/client/src/components/domain/domain-details.tsx b/client/src/components/domain/domain-details.tsx index 6965b2c..3edf362 100644 --- a/client/src/components/domain/domain-details.tsx +++ b/client/src/components/domain/domain-details.tsx @@ -489,8 +489,7 @@ export function DomainDetails({ domain, onBack }: DomainDetailsProps) { handleToggleActive(record, checked)} - className="data-[state=checked]:bg-green-500" - size="lg" + className="data-[state=checked]:bg-green-500 h-7 w-12" /> {record.isActive ? "Active" : "Inactive"}