diff --git a/lib/pages/communities_list.dart b/lib/pages/communities_list.dart index aa27dc2..8cb7ce9 100644 --- a/lib/pages/communities_list.dart +++ b/lib/pages/communities_list.dart @@ -27,6 +27,7 @@ class CommunitiesListPage extends StatelessWidget { final theme = Theme.of(context); return Scaffold( appBar: AppBar( + brightness: theme.brightness, title: Text(title ?? '', style: theme.textTheme.headline6), centerTitle: true, backgroundColor: theme.cardColor,