From 18300eba8915625359fa2ae63a571edd55234c46 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Tue, 15 Feb 2022 11:47:19 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- lib/pages/chat/chat_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index e26fe7e0d..69bf03de4 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -64,7 +64,7 @@ class ChatView extends StatelessWidget { onPressed: controller.redactEventsAction, ), IconButton( - icon: const Icon(Icons.push_pin), + icon: const Icon(Icons.push_pin_outlined), onPressed: controller.pinEvent, tooltip: L10n.of(context)!.pinMessage, ),