apply current theme mode
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
588168f638
commit
b5bd628488
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue