bar changes

This commit is contained in:
cheykrym 2025-08-14 03:00:59 +03:00
parent d7067db1d6
commit 58e3488a9d
3 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ struct TopBarView: View {
.padding()
.frame(height: 50) // Стандартная высота для нав. бара
// Divider()
Divider()
}
.background(Color(UIColor.systemBackground))
}

View File

@ -33,8 +33,8 @@ struct CustomTabBar: View {
}
.padding(.horizontal)
.padding(.top, 1)
.padding(.bottom, 18) // Добавляем отступ снизу
.background(Color(.systemGray6))
.padding(.bottom, 30) // Добавляем отступ снизу
// .background(Color(.systemGray6))
}
}

View File

@ -113,4 +113,4 @@ struct SideMenuFooterButton: View {
.foregroundColor(.primary)
}
}
}
}