File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Sources/SwiftComponents/Shared Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ public struct Layout: Initializable, Updatable {
6868
6969 public var disabledOpacity : CGFloat = 0.5
7070 public var componentRadius : Radius = . init(
71- small: 8 .0,
72- medium: 12 .0,
73- large: 16 .0
71+ small: 10 .0,
72+ medium: 14 .0,
73+ large: 18 .0
7474 )
7575 public var borderWidth : BorderWidth = . init(
7676 small: 1.0 ,
@@ -83,9 +83,9 @@ public struct Layout: Initializable, Updatable {
8383 large: 0.95
8484 )
8585 public var componentFont : Font = . init(
86- small: . system( size: 12 , weight: . regular) ,
87- medium: . system( size: 16 , weight: . regular) ,
88- large: . system( size: 20 , weight: . regular)
86+ small: . system( size: 14 , weight: . regular) ,
87+ medium: . system( size: 18 , weight: . regular) ,
88+ large: . system( size: 22 , weight: . regular)
8989 )
9090
9191 public init ( ) { }
You can’t perform that action at this time.
0 commit comments