You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library comes with predefined sizes and colors, but you can change these values to customize the appearance of your app. To do this, alter the config:
84
+
The library comes with predefined fonts, sizes and colors, but you can change these values to customize the appearance of your app. To do this, alter the config:
85
85
86
86
```swift
87
87
ComponentsKitConfig.shared.update {
88
88
// Update colors
89
89
$0.colors.primary=...
90
90
91
91
// Update layout
92
-
$0.layout.componentFont.medium=...
92
+
$0.layout.componentRadius.medium=...
93
93
}
94
94
```
95
95
@@ -120,47 +120,43 @@ All colors from the config can be used within the app. For example:
0 commit comments