From 3dac1a09fbb57b6d563ba1bda18fa2a88ba1517b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 16:26:24 +0530 Subject: [PATCH] feat: change mui default tabs --- src/components/robot/pages/RobotCreate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 014312e6..8863838f 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -191,7 +191,7 @@ const RobotCreate: React.FC = () => { '& .MuiTab-root': { minHeight: 36, paddingX: 2, - paddingY: 0.5, + paddingY: 1.5, minWidth: 0, }, '& .MuiTabs-indicator': {