Browse Source

fix button on wallet page

imwald
Silberengel 4 weeks ago
parent
commit
d9b9f8d9af
  1. 4
      package-lock.json
  2. 2
      package.json
  3. 2
      src/pages/secondary/WalletPage/WalletZapSendingSettings.tsx

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "imwald", "name": "imwald",
"version": "23.13.7", "version": "23.13.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "imwald", "name": "imwald",
"version": "23.13.7", "version": "23.13.8",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@asciidoctor/core": "^3.0.4", "@asciidoctor/core": "^3.0.4",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "imwald", "name": "imwald",
"version": "23.13.7", "version": "23.14.0",
"description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery", "description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery",
"private": true, "private": true,
"type": "module", "type": "module",

2
src/pages/secondary/WalletPage/WalletZapSendingSettings.tsx

@ -69,7 +69,7 @@ export default function WalletZapSendingSettings() {
return ( return (
<div> <div>
<Button <Button
className="bg-foreground hover:bg-foreground/90" className="bg-foreground text-background hover:bg-foreground/90 hover:text-background"
onClick={() => { onClick={() => {
launchModal() launchModal()
}} }}

Loading…
Cancel
Save