fix: make selected amount stand out

This commit is contained in:
Alejandro Gomez 2023-01-11 15:22:55 +01:00
parent a12d93f7e1
commit 6f8620d598
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -17,6 +17,11 @@
background-color: var(--gray);
}
.lnurl-tip .pill.active {
color: var(--bg-color);
background-color: var(--font-color);
}
.lnurl-tip .invoice {
display: flex;
flex-direction: column;