mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add new text style
This commit is contained in:
parent
29a1f466ef
commit
4f19d9f5ec
1 changed files with 9 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue