From 7fa59d6a5209d3bb58107636a26cea9bda6f110b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 13 Aug 2024 19:00:14 +0000 Subject: [PATCH] added white background to the QR code for zaps (reason: a lot of the time the camera can't read the QR because it was almost black on black) --- src/styles/popup.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/popup.css b/src/styles/popup.css index 0741693..4e49293 100644 --- a/src/styles/popup.css +++ b/src/styles/popup.css @@ -60,6 +60,9 @@ width: 100%; max-width: 250px; cursor: pointer; + padding: 17px 0px; + background: white; + border-radius: 5px; } .popUpMainCardBottomLnurl {