Share menu

This commit is contained in:
2023-07-20 16:27:10 +01:00
parent da190423bc
commit 8d43ac3768
8 changed files with 163 additions and 51 deletions

View File

@ -215,7 +215,7 @@ export function SendZapsDialog(props: Omit<SendZapsProps, "onFinish">) {
) : (
<button className="btn btn-primary zap">
<span className="hide-on-mobile">Zap</span>
<Icon name="zap" size={16} />
<Icon name="zap-filled" size={16} />
</button>
)}
</Dialog.Trigger>