Skip to content

Commit

Permalink
Padding tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Dec 7, 2023
1 parent e43c3ec commit 4365610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS/Arrivals/ArrivalsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private struct MainDisplay<Content: View>: View {
VStack {
ZStack { content }
.frame(maxWidth: .infinity, maxHeight: .infinity)
.padding(8)
.padding(10)
.background(Color.black)
.cornerRadius(4)
ControlFooter(text: footerText, refresh: refreshBehaviour)
Expand Down

0 comments on commit 4365610

Please sign in to comment.