Commit f79d2f82 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: size down new position button (#5262)

parent 72c5e64f
...@@ -123,6 +123,7 @@ const InboxIcon = styled(Inbox)` ...@@ -123,6 +123,7 @@ const InboxIcon = styled(Inbox)`
const ResponsiveButtonPrimary = styled(ButtonPrimary)` const ResponsiveButtonPrimary = styled(ButtonPrimary)`
border-radius: 12px; border-radius: 12px;
font-size: 16px;
padding: 6px 8px; padding: 6px 8px;
width: fit-content; width: fit-content;
${({ theme }) => theme.deprecated_mediaWidth.deprecated_upToSmall` ${({ theme }) => theme.deprecated_mediaWidth.deprecated_upToSmall`
......
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