mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont have a maxwidth on colours dropdown, it needs a little more space with our new fonts
This commit is contained in:
parent
6a00f0b8c5
commit
3b0bbeb760
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue