Skip to content

Commit

Permalink
Iamoskvin/fix claim styles (#327)
Browse files Browse the repository at this point in the history
* fix btn width

* fix connect wallet width
  • Loading branch information
iamoskvin authored Jun 19, 2024
1 parent a84c7a2 commit 8341824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Rewards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,10 @@ const WalletNotConnected = () => {
<ConnectWalletWrapper>
<img src={WalletIcon} />
<ConnectWalletText>Connect wallet to see your STRK rewards</ConnectWalletText>
<ClaimButtonGradient onClick={toggleWalletDrawer} style={{ marginTop: '20px', padding: '10px 36px' }}>
<ClaimButtonGradient
onClick={toggleWalletDrawer}
style={{ marginTop: '20px', padding: '10px 36px', width: 'auto' }}
>
<ClaimText>Connect Wallet</ClaimText>
</ClaimButtonGradient>
</ConnectWalletWrapper>
Expand Down

0 comments on commit 8341824

Please sign in to comment.