|
|
@@ -32,11 +32,14 @@ struct SidebarView: View {
|
|
|
upgradeButton
|
|
|
}
|
|
|
.padding(.horizontal, 20)
|
|
|
- .padding(.top, 24)
|
|
|
+ .padding(.top, 8)
|
|
|
.padding(.bottom, 20)
|
|
|
.frame(width: AppTheme.sidebarWidth)
|
|
|
.frame(maxHeight: .infinity)
|
|
|
- .background(AppTheme.sidebarBackground)
|
|
|
+ .background {
|
|
|
+ AppTheme.sidebarBackground
|
|
|
+ .ignoresSafeArea(.container, edges: [.top, .leading])
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
private var brandHeader: some View {
|