From 53da0c70bd03ae0e8cd304d9711f06ed08b6f065 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:09:51 +0700 Subject: [PATCH] feat: add switch handle size variable to globals.css --- packages/ui/src/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/globals.css b/packages/ui/src/globals.css index 258259e..194fdf5 100644 --- a/packages/ui/src/globals.css +++ b/packages/ui/src/globals.css @@ -160,6 +160,7 @@ /* SWITCH COMPONENT VARIABLES */ --switch-width: 44px; --switch-height: 22px; + --switch-handle-size: 18px; --switch-padding: 2px; /* Distance between handle and edge */ /* Calculate the handle position when checked */