From 6cc3cbc9a2981e9ec156459d3273347425ad6db1 Mon Sep 17 00:00:00 2001 From: Diogo Date: Mon, 16 Dec 2024 23:39:36 +0000 Subject: [PATCH] secondary plus --- apps/ios/Shared/Views/ChatList/ChatListView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index c77e238dd3..0d00b5831e 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -756,6 +756,7 @@ struct ChatTagsView: View { ) } label: { Image(systemName: "plus") + .foregroundColor(.secondary) } .buttonStyle(PlainButtonStyle()) }