diff --git a/Shared/Components/TopBarView.swift b/Shared/Components/TopBarView.swift index 76f0ab0..85f8214 100644 --- a/Shared/Components/TopBarView.swift +++ b/Shared/Components/TopBarView.swift @@ -91,7 +91,7 @@ struct TopBarView: View { .padding() .frame(height: 50) // Стандартная высота для нав. бара -// Divider() + Divider() } .background(Color(UIColor.systemBackground)) } diff --git a/Shared/Views/Tab/CustomTabBar.swift b/Shared/Views/Tab/CustomTabBar.swift index 63f2eea..fdf0751 100644 --- a/Shared/Views/Tab/CustomTabBar.swift +++ b/Shared/Views/Tab/CustomTabBar.swift @@ -33,8 +33,8 @@ struct CustomTabBar: View { } .padding(.horizontal) .padding(.top, 1) - .padding(.bottom, 18) // Добавляем отступ снизу - .background(Color(.systemGray6)) + .padding(.bottom, 30) // Добавляем отступ снизу +// .background(Color(.systemGray6)) } } diff --git a/Shared/Views/Tab/SideMenuView.swift b/Shared/Views/Tab/SideMenuView.swift index 178e123..891f6f3 100644 --- a/Shared/Views/Tab/SideMenuView.swift +++ b/Shared/Views/Tab/SideMenuView.swift @@ -113,4 +113,4 @@ struct SideMenuFooterButton: View { .foregroundColor(.primary) } } -} \ No newline at end of file +}