Tweak color of topline on grid cards

This commit is contained in:
Jackson Harper 2023-03-01 12:35:34 +08:00
parent 98b6d15c86
commit 602eb26d57

View file

@ -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',