mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 21:43:20 +03:00
backgroundcolor migration
This commit is contained in:
@@ -65,7 +65,7 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
Widget build(BuildContext context) {
|
||||
final tabWidget = Container(
|
||||
child: Scaffold(
|
||||
backgroundColor: Theme.of(context).backgroundColor,
|
||||
backgroundColor: Theme.of(context).colorScheme.background,
|
||||
body: DesktopTab(
|
||||
controller: tabController,
|
||||
tail: ActionIcon(
|
||||
|
||||
Reference in New Issue
Block a user