mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Font and text style
This commit is contained in:
parent
97d2da4b5c
commit
296050feea
2 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export const AuthorInfoStyle = {
|
|||
overflow: 'hidden',
|
||||
height: '21px',
|
||||
color: '$thTextSubtle3',
|
||||
fontSize: '13px',
|
||||
fontSize: '12px',
|
||||
fontWeight: '400',
|
||||
fontFamily: '$display',
|
||||
}
|
||||
|
|
|
|||
|
|
@ -180,6 +180,7 @@ const LibraryGridCardContent = (props: LinkedItemCardProps): JSX.Element => {
|
|||
minHeight: '35px',
|
||||
pt: '15px',
|
||||
px: '15px',
|
||||
color: '$grayText',
|
||||
}}
|
||||
distribution="start"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue