mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #952 from omnivore-app/fix/dropdown-styling
Fix consistency of font styles in dropdown menus
This commit is contained in:
commit
a59167bbdc
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ import { styled } from './../tokens/stitches.config'
|
|||
|
||||
const itemStyles = {
|
||||
fontSize: '16px',
|
||||
fontWeight: 'semibold',
|
||||
fontWeight: '500',
|
||||
py: '12px',
|
||||
px: '24px',
|
||||
borderRadius: 3,
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ const textVariants = {
|
|||
menuTitle: {
|
||||
pt: '0px',
|
||||
m: '0px',
|
||||
color: '$utilityTextSubtle',
|
||||
fontSize: 14,
|
||||
color: '$utilityTextDefault',
|
||||
fontSize: 16,
|
||||
fontFamily: 'inter',
|
||||
fontWeight: '500',
|
||||
lineHeight: 'unset',
|
||||
|
|
|
|||
Loading…
Reference in a new issue