Skip to content

Commit

Permalink
add: background-color: white to class=nostr-zap-dialog (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokuyow authored Dec 14, 2024
1 parent 9b33bc8 commit c8c0b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ export const injectCSS = () => {
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
background-color: white;
}
.nostr-zap-dialog[open],
.nostr-zap-dialog form {
Expand Down

0 comments on commit c8c0b31

Please sign in to comment.