Skip to content

Commit

Permalink
fix: limiting height of swap button (#178)
Browse files Browse the repository at this point in the history
* limiting height

* style(lint): lint action with ESLint

Co-authored-by: Alex Ball <alexball@UNISWAP-MAC-038.local>
Co-authored-by: Lint Action <lint-action@uniswap.org>
  • Loading branch information
3 people authored Aug 30, 2022
1 parent 2c8357f commit d6ce6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Row, { RowProps } from './Row'
const StyledButton = styled(Button)`
border-radius: ${({ theme }) => theme.borderRadius * 0.75}em;
flex-grow: 1;
max-height: 56px;
transition: background-color 0.25s ease-out, border-radius 0.25s ease-out, flex-grow 0.25s ease-out;
:disabled {
Expand Down

1 comment on commit d6ce6d5

@vercel
Copy link

@vercel vercel bot commented on d6ce6d5 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-uniswap.vercel.app
widgets-seven-tau.vercel.app
widgets-git-main-uniswap.vercel.app

Please sign in to comment.