Skip to content

Commit

Permalink
Next CatchUp spacing tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
r-token committed Apr 12, 2024
1 parent 6a7b5ac commit 2429492
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct NextCatchUpRow: View {
let nextCatchUpTime: String

var body: some View {
HStack {
HStack(spacing: 0) {
Text("Next CatchUp:")

Spacer()
Expand All @@ -25,5 +25,5 @@ struct NextCatchUpRow: View {
}

#Preview {
NextCatchUpRow(nextCatchUpTime: "April 3 at 7:15 AM")
NextCatchUpRow(nextCatchUpTime: "December 29 at 7:15 AM")
}

0 comments on commit 2429492

Please sign in to comment.