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 {
68
68
69
69
public var disabledOpacity : CGFloat = 0.5
70
70
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
74
74
)
75
75
public var borderWidth : BorderWidth = . init(
76
76
small: 1.0 ,
@@ -83,9 +83,9 @@ public struct Layout: Initializable, Updatable {
83
83
large: 0.95
84
84
)
85
85
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)
89
89
)
90
90
91
91
public init ( ) { }
You can’t perform that action at this time.
0 commit comments