mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 22:01:29 +03:00
backgroundcolor migration
This commit is contained in:
@@ -108,7 +108,7 @@ class _DesktopSettingPageState extends State<DesktopSettingPage>
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return Scaffold(
|
||||
backgroundColor: Theme.of(context).backgroundColor,
|
||||
backgroundColor: Theme.of(context).colorScheme.background,
|
||||
body: Row(
|
||||
children: <Widget>[
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user