Fixed background color for qr image on receive screen for dark theme.

wownero
M 3 years ago
parent 080dd5c37f
commit ad4022ac10

@ -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…
Cancel
Save