Merge branch 'develop' into sharing
This commit is contained in:
@@ -212,7 +212,6 @@ struct ContentView: View {
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
.tabViewStyle(.page)
|
||||
.padding([.trailing, .leading])
|
||||
.onChange(of: switchableViewSelectedIndex) { value in
|
||||
if value == 1 {
|
||||
currentSelectedHeaderViewBackDays = 30
|
||||
@@ -288,7 +287,6 @@ struct ContentView: View {
|
||||
Color(theme.currentTheme.secondaryBGColor)
|
||||
)
|
||||
.cornerRadius(10, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight])
|
||||
.padding()
|
||||
.padding([.top, .bottom], 5)
|
||||
|
||||
Spacer()
|
||||
@@ -296,11 +294,13 @@ struct ContentView: View {
|
||||
.opacity(1 - headerOpacity)
|
||||
}
|
||||
.frame(height: headerHeight + 20)
|
||||
|
||||
|
||||
listView
|
||||
.padding([.leading, .trailing])
|
||||
.padding(.top, -25)
|
||||
}
|
||||
}
|
||||
.padding()
|
||||
.padding(.bottom, 5)
|
||||
.background(
|
||||
theme.currentTheme.bg
|
||||
|
||||
Reference in New Issue
Block a user