Add new text style

This commit is contained in:
Jackson Harper
2022-08-11 17:34:14 +08:00
parent 29a1f466ef
commit 4f19d9f5ec

View File

@ -152,6 +152,15 @@ const textVariants = {
fontWeight: '500',
lineHeight: 'unset',
},
libraryHeader: {
pt: '0px',
m: '0px',
fontSize: 24,
fontFamily: 'inter',
lineHeight: 'unset',
fontWeight: 'medium',
color: '$textSubtle',
},
error: {
color: '$error',
fontSize: '$2',