mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-16 01:31:01 +03:00
@@ -510,7 +510,9 @@ Future<bool?> loginDialog() async {
|
||||
child: Icon(
|
||||
Icons.close,
|
||||
size: 22,
|
||||
color: Colors.black54,
|
||||
color: MyTheme.currentThemeMode() == ThemeMode.dark
|
||||
? Colors.white70
|
||||
: Colors.black54,
|
||||
),
|
||||
onTap: onDialogCancel,
|
||||
hoverColor: Colors.red,
|
||||
|
||||
Reference in New Issue
Block a user