From 9eb3dd9641bd9d945e9ec62948609f3272ce704f Mon Sep 17 00:00:00 2001 From: Anna Zakharova Date: Mon, 20 Jan 2025 16:34:54 +0000 Subject: [PATCH] IOS-4003 Fix image --- .../Modules/Chat/Subviews/InputPanel/Input/ChatInput.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anytype/Sources/PresentationLayer/Modules/Chat/Subviews/InputPanel/Input/ChatInput.swift b/Anytype/Sources/PresentationLayer/Modules/Chat/Subviews/InputPanel/Input/ChatInput.swift index ee2379535b..c2cf7f80e5 100644 --- a/Anytype/Sources/PresentationLayer/Modules/Chat/Subviews/InputPanel/Input/ChatInput.swift +++ b/Anytype/Sources/PresentationLayer/Modules/Chat/Subviews/InputPanel/Input/ChatInput.swift @@ -42,7 +42,7 @@ struct ChatInput: View { } Button { onTapAddObject() } label: { - Label(Loc.Chat.Actions.Menu.objects, systemImage: "text.document") + Label(Loc.Chat.Actions.Menu.objects, systemImage: "doc.plaintext") } Divider()