@ -1,12 +1,12 @@
{
"name": "imwald",
"version": "23.13.7",
"version": "23.13.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"license": "MIT",
"dependencies": {
"@asciidoctor/core": "^3.0.4",
@ -1,6 +1,6 @@
"version": "23.14.0",
"description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery",
"private": true,
"type": "module",
@ -69,7 +69,7 @@ export default function WalletZapSendingSettings() {
return (
<div>
<Button
className="bg-foreground hover:bg-foreground/90"
className="bg-foreground text-background hover:bg-foreground/90 hover:text-background"
onClick={() => {
launchModal()
}}