Skip to content
Snippets Groups Projects
Commit ce59e64a authored by vjrj's avatar vjrj
Browse files

Fix for #39

parent 31b65564
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class _PayContactSearchPageState extends State<PayContactSearchPage> {
appBar: AppBar(
title: Text(tr('search_user_title')),
backgroundColor: Theme.of(context).colorScheme.primary,
foregroundColor: Colors.white,
foregroundColor: Theme.of(context).colorScheme.inversePrimary,
actions: <Widget>[
IconButton(
icon: const Icon(Icons.qr_code_scanner),
......@@ -177,7 +177,7 @@ class _PayContactSearchPageState extends State<PayContactSearchPage> {
controller: _searchController,
decoration: InputDecoration(
filled: true,
fillColor: Colors.white,
//fillColor: Colors.white,
labelText: tr('search_user'),
suffixIcon: IconButton(
icon: const Icon(Icons.search),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment