File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/Simulator/screens/SendReceive Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export const SendEther = ({
61
61
< p className = "mb-4 text-xl font-bold md:mb-6 md:text-2xl" > Send</ p >
62
62
< p className = "md:mb-6" > How much do you want to send?</ p >
63
63
</ 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" >
65
65
{ /* Left side: Displayed send amount */ }
66
66
< NotificationPopover
67
67
title = "Example walkthrough"
@@ -70,7 +70,7 @@ export const SendEther = ({
70
70
>
71
71
< Flex
72
72
className = { cn (
73
- "flex-1 font-bold" ,
73
+ "font-bold" ,
74
74
chosenAmount > 0 ? "text-body" : "text-disabled"
75
75
) }
76
76
>
You can’t perform that action at this time.
0 commit comments