Skip to content

Commit

Permalink
hover state on max button. Number input div padding change (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev committed Dec 13, 2023
1 parent f1398db commit e4c7311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/staking/ManageStake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const ManageStake = ({
determines the weight of your vote. Tokens unlock linearly over 20
weeks.
</div>
<div className="flex items-center justify-between rounded border border-gray-800 bg-gray-950 px-5 py-5">
<div className="flex items-center justify-between rounded border border-gray-800 bg-gray-950 px-5 py-4">
<img src={AirSwapLogo} alt="AirSwap Logo" className="h-8 w-8" />
<div className="flex flex-row items-end uppercase w-full overflow-hidden">
<div>
Expand All @@ -103,7 +103,7 @@ export const ManageStake = ({
color="darkGray"
size="smaller"
rounded='small'
className="flex self-center ml-4"
className="flex self-center ml-4 hover:bg-white"
>
max
</Button>
Expand Down

0 comments on commit e4c7311

Please sign in to comment.