From 342da3b773ce09e50368fc756a88e69facfe0820 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 8 Oct 2025 05:07:24 +0300 Subject: [PATCH] patch zero chats --- yobble/Views/Tab/ChatsTab.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yobble/Views/Tab/ChatsTab.swift b/yobble/Views/Tab/ChatsTab.swift index f4f073f..5c1645d 100644 --- a/yobble/Views/Tab/ChatsTab.swift +++ b/yobble/Views/Tab/ChatsTab.swift @@ -281,6 +281,9 @@ struct ChatsTab: View { } .padding() .frame(maxWidth: .infinity, maxHeight: .infinity) + .listRowInsets(EdgeInsets(top: 24, leading: 16, bottom: 24, trailing: 16)) + .listRowSeparator(.hidden) + .listRowBackground(Color.clear) } private var loadingMoreRow: some View {