diff --git a/theme/gnome-shell/.versions/47../.css/toggle.css b/theme/gnome-shell/.versions/47../.css/toggle.css index 85b6521..8311dca 100644 --- a/theme/gnome-shell/.versions/47../.css/toggle.css +++ b/theme/gnome-shell/.versions/47../.css/toggle.css @@ -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; }