Fixed toggle switch handles in GDM

This commit is contained in:
Vladyslav Hroshev
2025-03-09 13:24:16 +02:00
parent 3590a3c7a3
commit 425bb6a003
@@ -1,8 +1,9 @@
.toggle-switch .handle {
/* toggle-switch height - handle margin * 2 */
width: 14px;
width: 12px;
height: 14px;
margin: 2px;
margin: 3px;
border-radius: 99px;
background-color: TEXT-SECONDARY-COLOR;
}