Skip to content

Commit dc76cb7

Browse files
committed
set space-between in send ether screen
1 parent 8c3b803 commit dc76cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Simulator/screens/SendReceive/SendEther.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const SendEther = ({
6161
<p className="mb-4 text-xl font-bold md:mb-6 md:text-2xl">Send</p>
6262
<p className="md:mb-6">How much do you want to send?</p>
6363
</div>
64-
<Flex className="gap-4 border-y border-background-highlight px-6 py-4 text-xs text-body-medium md:py-6">
64+
<Flex className="justify-between gap-4 border-y border-background-highlight px-6 py-4 text-xs text-body-medium md:py-6">
6565
{/* Left side: Displayed send amount */}
6666
<NotificationPopover
6767
title="Example walkthrough"
@@ -70,7 +70,7 @@ export const SendEther = ({
7070
>
7171
<Flex
7272
className={cn(
73-
"flex-1 font-bold",
73+
"font-bold",
7474
chosenAmount > 0 ? "text-body" : "text-disabled"
7575
)}
7676
>

0 commit comments

Comments
 (0)