Skip to content

Commit

Permalink
feat(styling): fix modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Nov 19, 2021
1 parent 516141d commit 8ae51c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const ApproveTransactionStep = (props) => {
height='100px'
width='auto'
style={{ marginBottom: '0.5rem' }}
src='https://example.walletconnect.org/favicon.ico'
src={sessionDetails.peerMeta.icons[0]}
/>
<Text weight={600} color='grey900' size='20px' style={{ marginBottom: '1rem' }}>
Sushi wants to connect
{sessionDetails.peerMeta.name} wants to connect
</Text>
<Text weight={500} color='grey600' size='14px' style={{ marginBottom: '0.5rem' }}>
url
Expand Down

0 comments on commit 8ae51c8

Please sign in to comment.