feat: add switch handle size variable to globals.css

This commit is contained in:
Firman Ramdhani
2026-02-02 16:09:51 +07:00
parent 793d1e2b15
commit 53da0c70bd
+1
View File
@@ -160,6 +160,7 @@
/* SWITCH COMPONENT VARIABLES */ /* SWITCH COMPONENT VARIABLES */
--switch-width: 44px; --switch-width: 44px;
--switch-height: 22px; --switch-height: 22px;
--switch-handle-size: 18px;
--switch-padding: 2px; /* Distance between handle and edge */ --switch-padding: 2px; /* Distance between handle and edge */
/* Calculate the handle position when checked */ /* Calculate the handle position when checked */