damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 49b7aee74e160bd02c1250c8e416a3fc9cb92afd
parent 5b97906138d08641689a962045b8859d2f2e75cb
Author: Ben Weeks <ben.weeks@outlook.com>
Date:   Mon,  1 May 2023 18:30:56 +0100

Save Jack's soul

Very minor amendment to stop the bouncing of the bolt symbol as you click it.

Changelog-Fixed: Saved Jack's soul.
Closes: #1060

Diffstat:
Mdamus/Components/ZapButton.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Components/ZapButton.swift b/damus/Components/ZapButton.swift @@ -47,7 +47,7 @@ struct ZapButton: View { return "bolt" } - return "bolt.horizontal.fill" + return "bolt.fill" } var zap_color: Color? {