mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Fixed background color for qr image on receive screen for dark theme.
This commit is contained in:
parent
080dd5c37f
commit
ad4022ac10
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class QRWidget extends StatelessWidget {
|
|||
),
|
||||
child: QrImage(
|
||||
data: addressListViewModel.uri.toString(),
|
||||
backgroundColor: isBright ? Colors.black : Colors.white,
|
||||
backgroundColor: isBright ? Colors.black : Colors.transparent,
|
||||
foregroundColor: Theme.of(context).accentTextTheme.
|
||||
display3.backgroundColor,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue