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 e880ec3 commit c66c616Copy full SHA for c66c616
Sources/YCoreUI/Protocols/SystemImage.swift
@@ -40,9 +40,7 @@ public protocol SystemImage: RawRepresentable where RawValue == String {
40
41
extension SystemImage {
42
/// Image will scale according to the specified text style.
43
- public static var textStyle: UIFont.TextStyle? {
44
- .body
45
- }
+ public static var textStyle: UIFont.TextStyle? { .body }
46
47
/// Image configuration to be used in `loadImage()`.
48
///
0 commit comments