edit padding
This commit is contained in:
parent
40a5f4c628
commit
198b51bd91
@ -43,7 +43,7 @@ struct CustomTabBar: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.padding(.top, 1)
|
||||
.padding(.top, isMessengerModeEnabled ? 6 : 1)
|
||||
.padding(.bottom, 30) // Добавляем отступ снизу
|
||||
// .background(Color(.systemGray6))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user