mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
make warning text easier to read
This commit is contained in:
parent
eb1654c8f0
commit
6f097c51ef
2 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ class LightningInvoicePage extends BasePage {
|
||||||
margin: const EdgeInsets.only(left: 24, right: 24, bottom: 48),
|
margin: const EdgeInsets.only(left: 24, right: 24, bottom: 48),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(15)),
|
borderRadius: BorderRadius.all(Radius.circular(15)),
|
||||||
color: Color.fromARGB(94, 255, 221, 44),
|
color: Color.fromARGB(255, 170, 147, 30),
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: Color.fromARGB(178, 223, 214, 0),
|
color: Color.fromARGB(178, 223, 214, 0),
|
||||||
width: 2,
|
width: 2,
|
||||||
|
@ -279,7 +279,7 @@ class LightningInvoicePage extends BasePage {
|
||||||
margin: const EdgeInsets.only(top: 32),
|
margin: const EdgeInsets.only(top: 32),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(15)),
|
borderRadius: BorderRadius.all(Radius.circular(15)),
|
||||||
color: Color.fromARGB(94, 255, 221, 44),
|
color: Color.fromARGB(255, 170, 147, 30),
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: Color.fromARGB(178, 223, 214, 0),
|
color: Color.fromARGB(178, 223, 214, 0),
|
||||||
width: 2,
|
width: 2,
|
||||||
|
|
|
@ -182,7 +182,7 @@ class LightningReceiveOnchainPage extends BasePage {
|
||||||
margin: const EdgeInsets.symmetric(horizontal: 24),
|
margin: const EdgeInsets.symmetric(horizontal: 24),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.all(Radius.circular(15)),
|
borderRadius: BorderRadius.all(Radius.circular(15)),
|
||||||
color: Color.fromARGB(94, 255, 221, 44),
|
color: Color.fromARGB(255, 170, 147, 30),
|
||||||
border: Border.all(
|
border: Border.all(
|
||||||
color: Color.fromARGB(178, 223, 214, 0),
|
color: Color.fromARGB(178, 223, 214, 0),
|
||||||
width: 2,
|
width: 2,
|
||||||
|
|
Loading…
Reference in a new issue