fix bg color of servers pane

This commit is contained in:
Dan Ballard 2021-12-18 13:51:52 -05:00
parent 75acfe8dd0
commit 8e489131fa
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class _ServersView extends State<ServersView> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Provider.of<Settings>(context, listen: false).theme.backgroundMainColor,
appBar: AppBar(
title: Text(MediaQuery.of(context).size.width > 600 ? AppLocalizations.of(context)!.serversManagerTitleLong : AppLocalizations.of(context)!.serversManagerTitleShort),
actions: getActions(),