omnivore/packages/web/components/elements/CoverImage.tsx

7 lines
140 B
TypeScript
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
import { styled } from '../tokens/stitches.config'
export const CoverImage = styled('img', {
objectFit: 'cover',
cursor: 'pointer',
})