increase spacing

This commit is contained in:
spaced4ndy
2024-05-03 14:37:45 +04:00
parent 1e4012b1f6
commit e29625aaa8
@@ -86,7 +86,7 @@ struct ChatsView: View {
if !searchInBottom {
Color.clear
.listRowSeparator(.hidden)
.frame(height: 35) // account for topToolbar height
.frame(height: 40) // account for topToolbar height
}
ForEach(cs, id: \.viewId) { chat in