mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-25 08:39:06 +00:00
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:
commit
e61e8c3a54
2 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@ class ExchangeTradeState extends State<ExchangeTradeForm> {
|
||||||
padding: EdgeInsets.all(5),
|
padding: EdgeInsets.all(5),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
width: 3,
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.accentTextTheme
|
.accentTextTheme
|
||||||
.subtitle
|
.subtitle
|
||||||
|
|
|
@ -48,6 +48,7 @@ class QRWidget extends StatelessWidget {
|
||||||
padding: EdgeInsets.all(5),
|
padding: EdgeInsets.all(5),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
|
width: 3,
|
||||||
color: Theme.of(context).accentTextTheme.
|
color: Theme.of(context).accentTextTheme.
|
||||||
display3.backgroundColor
|
display3.backgroundColor
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue