Merge pull request #84 from cake-tech/CAKE-282-QR-code-fixes

CAKE-282 | made QR code border a little bold in the exchange_trade_pa…
This commit is contained in:
M 2021-03-01 18:37:40 +02:00
commit e61e8c3a54
2 changed files with 2 additions and 0 deletions

View file

@ -150,6 +150,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
)