Better fallback images

This commit is contained in:
Jackson Harper
2023-07-31 21:06:38 +08:00
parent 58ac6381db
commit dde070f078
2 changed files with 1636 additions and 47 deletions

View File

@ -1,7 +1,6 @@
import { styled } from '../tokens/stitches.config'
export const CoverImage = styled('img', {
borderRadius: '$2',
objectFit: 'cover',
cursor: 'pointer',
})