new close buttons

closes https://github.com/v0l/snort/pull/577
This commit is contained in:
2023-12-14 12:15:06 +00:00
parent 27f6597f88
commit 444b7b5379
7 changed files with 36 additions and 20 deletions

View File

@ -182,9 +182,7 @@ export default function SendSats(props: SendSatsProps) {
<div className="p flex flex-col g12">
<div className="flex g12">
<div className="flex items-center grow">{props.title || title()}</div>
<div onClick={onClose}>
<Icon name="close" />
</div>
<div className="close-button" onClick={onClose}></div>
</div>
{zapper && !invoice && (
<SendSatsInput