Skip to content

Commit

Permalink
applied scaling to avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 3, 2024
1 parent 6fa5df0 commit 9e377f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function App() {
{view === View.CONNECT && (
<div className="components-container">
<BackButton goBack={goBack} />
<Avatar src={avatarPhone} height="58%" />
<Avatar src={avatarPhone} height="60%" />
<div className="connect-buttons">
<h2 className="headline">CONNECT</h2>
<WalletConnectModal
Expand All @@ -145,7 +145,7 @@ function App() {
<div>
<div className="components-container">
<BackButton goBack={goBack} />
<Avatar src={avatarTable} height="58%" />
<Avatar src={avatarTable} height="60%" />
<div className="wallet-overview">
<h2 className="headline">HORRAY!</h2>
<div className="address-container">
Expand Down

0 comments on commit 9e377f2

Please sign in to comment.