release
Laurent 3 years ago
parent 9bf66adf33
commit 31618c9f7d
  1. 17
      LaunchWidget/SingleTimerView.swift

@ -84,14 +84,15 @@ struct LockScreenCountdownView: View {
} }
private var font: Font { private var font: Font {
switch self.family { return .body
case .systemSmall, .systemMedium, .systemLarge, .systemExtraLarge: // switch self.family {
return .body // case .systemSmall, .systemMedium, .systemLarge, .systemExtraLarge:
case .accessoryCircular: // return .body
return Font.system(.callout, weight: .medium) // case .accessoryCircular:
default: // return Font.system(.body, weight: .medium)
return .body // default:
} // return .body
// }
} }
} }

Loading…
Cancel
Save