Fix consistency of font styles in dropdown menus

This commit is contained in:
Jackson Harper
2022-07-12 10:44:46 -07:00
parent 71711c00a4
commit b1e40b2da4
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',