Remove border on dropdown which causes UI to move around

This commit is contained in:
Jackson Harper 2022-04-05 10:21:26 -07:00
parent 099cf57051
commit 1c9161a105

View file

@ -59,10 +59,6 @@ const DropdownMenuTrigger = styled(DropdownMenuPrimitive.Trigger, {
border: 0,
padding: 0,
marginRight: '$2',
'&[data-state="open"]': {
border: '2px solid $omnivoreYellow',
borderRadius: 6,
},
})
const Box = styled('div', {})