Skip to content

Commit

Permalink
fix: compilation error only on tvOS (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Dec 30, 2021
1 parent 11e6d82 commit 9e2204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WMATAUI/WMATAUIFont.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension WMATAUIFont.TextStyle {
style = .headline
case .largeTitle:
#if os(tvOS)
uiFont = .title1
style = .title1
#else
style = .largeTitle
#endif
Expand Down

0 comments on commit 9e2204a

Please sign in to comment.