fix(settings): smaller slippage tabs for small screens

This commit is contained in:
Moody Salem 2020-07-12 12:57:06 -04:00
parent 3f9c34d37d
commit 2f40c4f614
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -21,7 +21,7 @@ enum DeadlineError {
const FancyButton = styled.button`
color: ${({ theme }) => theme.text1};
align-items: center;
min-width: 55px;
min-width: 40px;
height: 2rem;
border-radius: 36px;
font-size: 12px;