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 20def00 commit c471935Copy full SHA for c471935
README.md
@@ -44,7 +44,7 @@ let normalStyle = Style { style in
44
}
45
46
let italicStyle = Style { style in
47
- style.font = .italic(.system(size: 20))()
+ style.font = Font.italic(.system(size: 20))()
48
style.foregroundColor = .blue
49
50
0 commit comments