Skip to content

Commit 7502f61

Browse files
committed
Remove .font
1 parent 537546c commit 7502f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SNUTT-2022/SNUTT/Views/Components/NoticeView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ struct NoticeView: View {
2020
VStack(spacing: 8) {
2121
if let title = title {
2222
Text(title)
23-
.font(STFont.title.font)
23+
.font(STFont.title)
2424
}
2525
if let content = content {
2626
Text(content)
27-
.font(STFont.detailLabel.font)
27+
.font(STFont.detailLabel)
2828
.multilineTextAlignment(.center)
2929
}
3030
Spacer().frame(height: 4)

0 commit comments

Comments
 (0)