From 9115d44b653f9b769b8e19de41c549ddb2e7ab3c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 19 Sep 2021 22:03:57 +0200 Subject: [PATCH] chore: Adjust colors --- lib/pages/views/chat_list_view.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/pages/views/chat_list_view.dart b/lib/pages/views/chat_list_view.dart index 438b6e80..b7849683 100644 --- a/lib/pages/views/chat_list_view.dart +++ b/lib/pages/views/chat_list_view.dart @@ -331,7 +331,7 @@ class ChatListView extends StatelessWidget { showSelectedLabels: true, type: BottomNavigationBarType.shifting, selectedItemColor: - Theme.of(context).primaryColor, + Theme.of(context).colorScheme.secondary, items: items, ), ), @@ -374,8 +374,7 @@ class ChatListView extends StatelessWidget { selectedTileColor: Theme.of(context).secondaryHeaderColor, leading: CircleAvatar( - foregroundColor: - Theme.of(context).secondaryHeaderColor, + foregroundColor: Colors.white, backgroundColor: Theme.of(context).primaryColor, radius: Avatar.defaultSize / 2,