Commit 6c203cc9 authored by yyip-dev's avatar yyip-dev Committed by GitHub

fix: reduce size for remove liquidity button (#5500)

Fix size for remove liquidity button
parent 3a401591
...@@ -132,6 +132,7 @@ const ResponsiveButtonPrimary = styled(ButtonPrimary)` ...@@ -132,6 +132,7 @@ const ResponsiveButtonPrimary = styled(ButtonPrimary)`
border-radius: 12px; border-radius: 12px;
padding: 6px 8px; padding: 6px 8px;
width: fit-content; width: fit-content;
font-size: 16px;
${({ theme }) => theme.deprecated_mediaWidth.deprecated_upToSmall` ${({ theme }) => theme.deprecated_mediaWidth.deprecated_upToSmall`
flex: 1 1 auto; flex: 1 1 auto;
width: 49%; width: 49%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment