From 6f097c51eff23422f3f838c749af7eb11a55e499 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Wed, 13 Mar 2024 08:51:13 -0700 Subject: [PATCH] make warning text easier to read --- lib/src/screens/receive/lightning_invoice_page.dart | 4 ++-- lib/src/screens/receive/lightning_receive_page.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,