CAKE-282 | made QR code border a little bold in the exchange_trade_page.dart and qr_widget.dart

This commit is contained in:
OleksandrSobol 2021-02-22 20:10:23 +02:00
parent 35aabcd248
commit d024972345
2 changed files with 2 additions and 0 deletions

View file

@ -148,6 +148,7 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
padding: EdgeInsets.all(5),
decoration: BoxDecoration(
border: Border.all(
width: 3,
color: Theme.of(context)
.accentTextTheme
.subtitle

View file

@ -48,6 +48,7 @@ class QRWidget extends StatelessWidget {
padding: EdgeInsets.all(5),
decoration: BoxDecoration(
border: Border.all(
width: 3,
color: Theme.of(context).accentTextTheme.
display3.backgroundColor
)