mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-03 22:46:51 +00:00
increase spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user