diff --git a/lib/src/screens/receive/lightning_invoice_page.dart b/lib/src/screens/receive/lightning_invoice_page.dart index c0b54f348..55a75f10d 100644 --- a/lib/src/screens/receive/lightning_invoice_page.dart +++ b/lib/src/screens/receive/lightning_invoice_page.dart @@ -141,7 +141,7 @@ class LightningInvoicePage extends BasePage { margin: const EdgeInsets.only(left: 24, right: 24, bottom: 48), decoration: BoxDecoration( borderRadius: BorderRadius.all(Radius.circular(15)), - color: Color.fromARGB(94, 255, 221, 44), + color: Color.fromARGB(255, 170, 147, 30), border: Border.all( color: Color.fromARGB(178, 223, 214, 0), width: 2, @@ -279,7 +279,7 @@ class LightningInvoicePage extends BasePage { margin: const EdgeInsets.only(top: 32), decoration: BoxDecoration( borderRadius: BorderRadius.all(Radius.circular(15)), - color: Color.fromARGB(94, 255, 221, 44), + color: Color.fromARGB(255, 170, 147, 30), border: Border.all( color: Color.fromARGB(178, 223, 214, 0), width: 2, diff --git a/lib/src/screens/receive/lightning_receive_page.dart b/lib/src/screens/receive/lightning_receive_page.dart index 0e01daf17..145f5c518 100644 --- a/lib/src/screens/receive/lightning_receive_page.dart +++ b/lib/src/screens/receive/lightning_receive_page.dart @@ -182,7 +182,7 @@ class LightningReceiveOnchainPage extends BasePage { margin: const EdgeInsets.symmetric(horizontal: 24), decoration: BoxDecoration( borderRadius: BorderRadius.all(Radius.circular(15)), - color: Color.fromARGB(94, 255, 221, 44), + color: Color.fromARGB(255, 170, 147, 30), border: Border.all( color: Color.fromARGB(178, 223, 214, 0), width: 2,