Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hover state on max button. Number input div padding change #140

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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