Skip to content

Commit

Permalink
Remove .font
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-u-0807 committed Sep 19, 2024
1 parent 7b8efe1 commit 100a91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SNUTT-2022/SNUTT/Views/Scenes/TimetableScene.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ struct TimetableScene: View, Sendable {

HStack(spacing: 8) {
Text(viewModel.timetableTitle)
.font(STFont.title.font)
.font(STFont.title)
.minimumScaleFactor(0.9)
.lineLimit(1)

Text("(\(viewModel.totalCredit)학점)")
.font(STFont.details.font)
.font(STFont.details)
.foregroundColor(Color(UIColor.secondaryLabel))
}

Expand Down

0 comments on commit 100a91f

Please sign in to comment.