mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Tweak color of topline on grid cards
This commit is contained in:
parent
98b6d15c86
commit
602eb26d57
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
<HStack
|
||||
css={{
|
||||
width: '100%',
|
||||
color: '#ADADAD',
|
||||
color: '#6A6968',
|
||||
fontSize: '13px',
|
||||
fontWeight: '400',
|
||||
fontFamily: 'SF Pro Display',
|
||||
|
|
|
|||
Loading…
Reference in a new issue