mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
fix: merge fixes
This commit is contained in:
parent
d9fd3bdc03
commit
3051718622
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ class AddressTextField extends StatelessWidget {
|
|||
child: Image.asset(
|
||||
'assets/images/qr_code_icon.png',
|
||||
color: iconColor ??
|
||||
Theme.of(context).dialogTheme.backgroundColor,
|
||||
Theme.of(context).extension<SendPageTheme>()!.textFieldButtonIconColor,
|
||||
)),
|
||||
),
|
||||
))
|
||||
|
@ -183,7 +183,7 @@ class AddressTextField extends StatelessWidget {
|
|||
child: Image.asset(
|
||||
'assets/images/open_book.png',
|
||||
color: iconColor ??
|
||||
Theme.of(context).dialogTheme.backgroundColor,
|
||||
Theme.of(context).extension<SendPageTheme>()!.textFieldButtonIconColor,
|
||||
)),
|
||||
),
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue