Merge pull request #952 from omnivore-app/fix/dropdown-styling

Fix consistency of font styles in dropdown menus
This commit is contained in:
Jackson Harper 2022-07-12 11:14:51 -07:00 committed by GitHub
commit a59167bbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ import { styled } from './../tokens/stitches.config'
const itemStyles = {
fontSize: '16px',
fontWeight: 'semibold',
fontWeight: '500',
py: '12px',
px: '24px',
borderRadius: 3,

View file

@ -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',