This commit is contained in:
NicKoehler
2023-02-15 11:40:17 +01:00
parent 491317bd6f
commit c5d39b0c10
15 changed files with 125 additions and 46 deletions

View File

@@ -201,7 +201,7 @@ class _RemotePageState extends State<RemotePage>
Widget buildBody(BuildContext context) {
return Scaffold(
backgroundColor: Theme.of(context).backgroundColor,
backgroundColor: Theme.of(context).colorScheme.background,
/// the Overlay key will be set with _blockableOverlayState in BlockableOverlay
/// see override build() in [BlockableOverlay]