From 9e45313b5d0c0a1e4c357bcbf9284eaff93ae2ee Mon Sep 17 00:00:00 2001 From: chan Date: Thu, 7 May 2026 15:30:11 +0900 Subject: [PATCH] style: enhance visibility of Tenant view mode toggle buttons - Add primary background and text color to active TabsTrigger state - Add border and darker background to TabsList container - Increase font weight for better readability --- .../src/features/tenants/routes/TenantListPage.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index 91ee729a..3f073d06 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -584,12 +584,18 @@ function TenantListPage() { onValueChange={(v) => setViewMode(v as "list" | "hierarchy")} className="w-[280px]" > - - + + {t("ui.admin.tenants.view.list", "평면 목록")} - + {t("ui.admin.tenants.view.hierarchy", "계층 구조")}