mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
CAKE-282 | made QR code border a little bold in the exchange_trade_page.dart and qr_widget.dart
This commit is contained in:
parent
35aabcd248
commit
d024972345
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue