From d0e1e0229c2d6b8c00e3278d71651003614e38d2 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sat, 10 Aug 2024 19:19:00 +0200 Subject: [PATCH] chore: Follow up linter fix --- lib/pages/chat_list/status_msg_list.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/chat_list/status_msg_list.dart b/lib/pages/chat_list/status_msg_list.dart index 217dc3933..2d31537cc 100644 --- a/lib/pages/chat_list/status_msg_list.dart +++ b/lib/pages/chat_list/status_msg_list.dart @@ -125,8 +125,7 @@ class PresenceAvatar extends StatelessWidget { final statusMsg = presence.statusMsg; const statusMsgBubbleElevation = 6.0; - final statusMsgBubbleShadowColor = - Theme.of(context).colorScheme.surface; + final statusMsgBubbleShadowColor = theme.colorScheme.surface; final statusMsgBubbleColor = Colors.white.withOpacity(0.9); return Padding( padding: const EdgeInsets.symmetric(horizontal: 8.0),