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 = ({
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 >
You can’t perform that action at this time.
0 commit comments