Commit f6662a32 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: hide right and left border on mobile dropdown (#4540)

hide right and left border on mobile
Co-authored-by: default avatarCharlie <charlie@uniswap.org>
parent 134af82d
......@@ -38,4 +38,8 @@ export const mobileNavDropdown = style([
right: '0',
width: 'full',
}),
{
borderRightWidth: '0px',
borderLeftWidth: '0px',
},
])
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