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,