fix(settings): smaller slippage tabs for small screens
This commit is contained in:
parent
3f9c34d37d
commit
2f40c4f614
@ -21,7 +21,7 @@ enum DeadlineError {
|
|||||||
const FancyButton = styled.button`
|
const FancyButton = styled.button`
|
||||||
color: ${({ theme }) => theme.text1};
|
color: ${({ theme }) => theme.text1};
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 55px;
|
min-width: 40px;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
border-radius: 36px;
|
border-radius: 36px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user