Commit 2f40c4f6 authored by Moody Salem's avatar Moody Salem

fix(settings): smaller slippage tabs for small screens

parent 3f9c34d3
......@@ -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;
......
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