We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.font
1 parent 537546c commit 7502f61Copy full SHA for 7502f61
SNUTT-2022/SNUTT/Views/Components/NoticeView.swift
@@ -20,11 +20,11 @@ struct NoticeView: View {
20
VStack(spacing: 8) {
21
if let title = title {
22
Text(title)
23
- .font(STFont.title.font)
+ .font(STFont.title)
24
}
25
if let content = content {
26
Text(content)
27
- .font(STFont.detailLabel.font)
+ .font(STFont.detailLabel)
28
.multilineTextAlignment(.center)
29
30
Spacer().frame(height: 4)
0 commit comments