From 468660c6b2c0010c00ee2e07fd874bfc2586a9a8 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Fri, 11 Apr 2025 03:44:38 +0000 Subject: [PATCH] Update domain details component styling Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/258dd324-1e5b-43ea-ba9a-c1a817c85e67.jpg --- client/src/components/domain/domain-details.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"}