Skip to content

Commit

Permalink
turn font public
Browse files Browse the repository at this point in the history
  • Loading branch information
isismsilva committed Sep 26, 2024
1 parent 5899164 commit fe3eec9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public enum PBFont: Equatable {
case messageTitle
case messageBody

static let proximaNovaLight = Font.ProximaNova.light.rawValue
static let proximaNovaLight = Font.ProximaNova.light.rawValue

var font: Font {
public var font: Font {
switch self {
case .title1:
return Font.custom(
Expand Down

0 comments on commit fe3eec9

Please # to comment.