From 58e3488a9d20f79f854938da60adb6f9dd4e0f50 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 14 Aug 2025 03:00:59 +0300 Subject: [PATCH] bar changes --- Shared/Components/TopBarView.swift | 2 +- Shared/Views/Tab/CustomTabBar.swift | 4 ++-- Shared/Views/Tab/SideMenuView.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 +}