Dont have a maxwidth on colours dropdown, it needs a little more space with our new fonts

This commit is contained in:
Jackson Harper 2022-08-18 12:37:37 +08:00
parent 6a00f0b8c5
commit 3b0bbeb760

View file

@ -16,7 +16,6 @@ import { isDarkTheme } from '../../lib/themeUpdater'
import { LabelColor } from '../../lib/networking/fragments/labelFragment'
const DropdownMenuContent = styled(DropdownMenuPrimitive.Content, {
maxWidth: 190,
borderRadius: 6,
backgroundColor: '$grayBg',
padding: 5,