bar changes
This commit is contained in:
parent
d7067db1d6
commit
58e3488a9d
@ -91,7 +91,7 @@ struct TopBarView: View {
|
|||||||
.padding()
|
.padding()
|
||||||
.frame(height: 50) // Стандартная высота для нав. бара
|
.frame(height: 50) // Стандартная высота для нав. бара
|
||||||
|
|
||||||
// Divider()
|
Divider()
|
||||||
}
|
}
|
||||||
.background(Color(UIColor.systemBackground))
|
.background(Color(UIColor.systemBackground))
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,8 +33,8 @@ struct CustomTabBar: View {
|
|||||||
}
|
}
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
.padding(.top, 1)
|
.padding(.top, 1)
|
||||||
.padding(.bottom, 18) // Добавляем отступ снизу
|
.padding(.bottom, 30) // Добавляем отступ снизу
|
||||||
.background(Color(.systemGray6))
|
// .background(Color(.systemGray6))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user