mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-23 16:03:20 +03:00
backgroundcolor migration
This commit is contained in:
@@ -164,7 +164,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
width: 320 + 20 * 2,
|
||||
padding: const EdgeInsets.fromLTRB(20, 24, 20, 22),
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).backgroundColor,
|
||||
color: Theme.of(context).colorScheme.background,
|
||||
borderRadius: const BorderRadius.all(Radius.circular(13)),
|
||||
),
|
||||
child: Ink(
|
||||
|
||||
Reference in New Issue
Block a user