mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 09:21:28 +03:00
opt mobile dark theme
This commit is contained in:
@@ -128,8 +128,8 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 8, horizontal: 2),
|
||||
child: Ink(
|
||||
decoration: const BoxDecoration(
|
||||
color: MyTheme.white,
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).cardColor,
|
||||
borderRadius: BorderRadius.all(Radius.circular(13)),
|
||||
),
|
||||
child: Row(
|
||||
|
||||
Reference in New Issue
Block a user