add padding back to main view header graph thing
This commit is contained in:
@@ -19,7 +19,7 @@ struct SwitchableView: View {
|
|||||||
ZStack {
|
ZStack {
|
||||||
HeaderStatsView(fakeData: false, backDays: daysBack)
|
HeaderStatsView(fakeData: false, backDays: daysBack)
|
||||||
.opacity(currentViewIdx == 0 ? 1 : 0)
|
.opacity(currentViewIdx == 0 ? 1 : 0)
|
||||||
.padding([.leading, .trailing], -20)
|
.padding([.leading, .trailing], -15)
|
||||||
.padding([.top, .bottom], 8)
|
.padding([.top, .bottom], 8)
|
||||||
.allowsHitTesting(false)
|
.allowsHitTesting(false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user