mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Tweak some colours
This commit is contained in:
parent
dbd85d717f
commit
21a86b27d2
3 changed files with 6 additions and 12 deletions
|
|
@ -24,14 +24,16 @@ export const MenuStyle = {
|
|||
|
||||
export const MetaStyle = {
|
||||
width: '100%',
|
||||
color: '$thTextSubtle3',
|
||||
color: '$thTextSubtle2',
|
||||
fontSize: '12px',
|
||||
fontWeight: '400',
|
||||
fontWeight: '500',
|
||||
fontFamily: '$display',
|
||||
maxLines: 1,
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
wordBreak: 'break-word',
|
||||
lineHeight: 1.1,
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'visible',
|
||||
}
|
||||
|
||||
export const TitleStyle = {
|
||||
|
|
@ -71,7 +73,7 @@ export const AuthorInfoStyle = {
|
|||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
maxWidth: '240px',
|
||||
color: '$thTextSubtle3',
|
||||
color: '$thNotebookSubtle',
|
||||
fontSize: '12px',
|
||||
fontWeight: '400',
|
||||
fontFamily: '$display',
|
||||
|
|
|
|||
|
|
@ -222,7 +222,6 @@ const LibraryGridCardContent = (props: LinkedItemCardProps): JSX.Element => {
|
|||
minHeight: '35px',
|
||||
pt: '15px',
|
||||
px: '15px',
|
||||
color: '$grayText',
|
||||
}}
|
||||
distribution="start"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -273,10 +273,6 @@ export function LibraryListCardContent(
|
|||
<HStack
|
||||
css={{
|
||||
...MetaStyle,
|
||||
lineHeight: 1.1,
|
||||
color: '$grayText',
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'visible',
|
||||
}}
|
||||
distribution="start"
|
||||
>
|
||||
|
|
@ -289,9 +285,6 @@ export function LibraryListCardContent(
|
|||
css={{
|
||||
...AuthorInfoStyle,
|
||||
maxWidth: '90%',
|
||||
|
||||
overflowX: 'hidden',
|
||||
overflowY: 'visible',
|
||||
}}
|
||||
>
|
||||
{props.item.author}
|
||||
|
|
|
|||
Loading…
Reference in a new issue