Commit f8331336 authored by Moody Salem's avatar Moody Salem

add margin bottom to text in confirm transaction modal

parent c73a2655
...@@ -68,7 +68,7 @@ export function ConfirmationPendingContent({ ...@@ -68,7 +68,7 @@ export function ConfirmationPendingContent({
{pendingText} {pendingText}
</Text> </Text>
</AutoColumn> </AutoColumn>
<Text fontSize={12} color="#565A69" textAlign="center"> <Text fontSize={12} color="#565A69" textAlign="center" marginBottom={12}>
Confirm this transaction in your wallet Confirm this transaction in your wallet
</Text> </Text>
</AutoColumn> </AutoColumn>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment