Skip to content

Commit a280c23

Browse files
committed
send
1 parent 5b1a228 commit a280c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mods/entities/wallets/send.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function SendDialog(props: TitleProps & CloseProps & WalletDataProps & Se
4949

5050
const ValueInput = <>
5151
<div className="">
52-
Value
52+
Value (ETH)
5353
</div>
5454
<div className="h-2" />
5555
<input className="p-xmd w-full rounded-xl outline-none bg-transparent border border-contrast focus:border-opposite"
@@ -164,7 +164,7 @@ export function SendDialog(props: TitleProps & CloseProps & WalletDataProps & Se
164164
{RecipientInput}
165165
<div className="h-2" />
166166
{ValueInput}
167-
<div className="h-2" />
167+
<div className="h-4" />
168168
{error && <>
169169
<div className="text-red-500">
170170
{error.message}

0 commit comments

Comments
 (0)