Skip to content

Commit 7e5193c

Browse files
committed
shrink the default radius a little to make it visually more inline with the other components
1 parent bf72e4f commit 7e5193c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scenic/component/input/toggle.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Scenic.Component.Input.Toggle do
1616
import Scenic.Primitives
1717

1818
@default_thumb_pressed_color :gainsboro
19-
@default_thumb_radius 10
19+
@default_thumb_radius 8
2020
@default_padding 2
2121
@default_border_width 2
2222

0 commit comments

Comments
 (0)