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, ),