We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1a228 commit a280c23Copy full SHA for a280c23
src/mods/entities/wallets/send.tsx
@@ -49,7 +49,7 @@ export function SendDialog(props: TitleProps & CloseProps & WalletDataProps & Se
49
50
const ValueInput = <>
51
<div className="">
52
- Value
+ Value (ETH)
53
</div>
54
<div className="h-2" />
55
<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
164
{RecipientInput}
165
166
{ValueInput}
167
- <div className="h-2" />
+ <div className="h-4" />
168
{error && <>
169
<div className="text-red-500">
170
{error.message}
0 commit comments