Skip to content

Commit

Permalink
FIX - Wrong base sizes for presets 5, 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
crisrojas committed Oct 13, 2023
1 parent 26a73b3 commit 7cb52f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/MisticaCommon/Fonts/FontStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,17 @@ private extension FontStyle {
case .textPreset4:
return 18
case .textPreset5:
return 22
return 20
case .textPreset6:
return 24
case .textPreset7:
return 28
case .textPreset8:
return 32
case .textPreset9:
return 32
return 40
case .textPreset10:
return 32
return 48
case .textPresetTabsLabel:
return MisticaConfig.currentFontSizes.tabsLabel
}
Expand Down

0 comments on commit 7cb52f7

Please sign in to comment.