added white background to the QR code for zaps
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

(reason: a lot of the time the camera can't read the QR because it was almost black on black)
This commit is contained in:
freakoverse 2024-08-13 19:00:14 +00:00
parent f3dde26d88
commit 7fa59d6a52

View File

@ -60,6 +60,9 @@
width: 100%;
max-width: 250px;
cursor: pointer;
padding: 17px 0px;
background: white;
border-radius: 5px;
}
.popUpMainCardBottomLnurl {