Skip to content

Commit 63a84a8

Browse files
changed default border width values in the config
1 parent 471148d commit 63a84a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/ComponentsKit/Configuration/Layout.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ extension ComponentsKitConfig {
243243

244244
/// The border width configuration for components.
245245
public var borderWidth: BorderWidth = .init(
246-
small: 1.0,
247-
medium: 2.0,
248-
large: 3.0
246+
small: 0.5,
247+
medium: 1.0,
248+
large: 2.0
249249
)
250250

251251
/// The animation scale configuration for components.

0 commit comments

Comments
 (0)