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