We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471148d commit 63a84a8Copy full SHA for 63a84a8
Sources/ComponentsKit/Configuration/Layout.swift
@@ -243,9 +243,9 @@ extension ComponentsKitConfig {
243
244
/// The border width configuration for components.
245
public var borderWidth: BorderWidth = .init(
246
- small: 1.0,
247
- medium: 2.0,
248
- large: 3.0
+ small: 0.5,
+ medium: 1.0,
+ large: 2.0
249
)
250
251
/// The animation scale configuration for components.
0 commit comments