opt mobile dark theme

This commit is contained in:
csf
2022-09-23 17:16:25 +08:00
parent cf31ec3a53
commit d2d531516a
4 changed files with 19 additions and 16 deletions

View File

@@ -201,9 +201,9 @@ class _PeerSearchBarState extends State<PeerSearchBar> {
drawer = true;
});
},
icon: const Icon(
icon: Icon(
Icons.search_rounded,
color: MyTheme.dark,
color: Theme.of(context).hintColor,
));
}
@@ -267,9 +267,9 @@ class _PeerSearchBarState extends State<PeerSearchBar> {
drawer = false;
});
},
icon: const Icon(
icon: Icon(
Icons.close,
color: MyTheme.dark,
color: Theme.of(context).hintColor,
)),
],
),