diff --git a/src/components/ClassCard/index.css.ts b/src/components/ClassCard/index.css.ts index ad79af40..d6885a06 100644 --- a/src/components/ClassCard/index.css.ts +++ b/src/components/ClassCard/index.css.ts @@ -16,6 +16,8 @@ export const cardImageStyle = style({ height: '8.4rem', flexShrink: 0, + objectFit: 'cover', + borderRadius: 3.4, backgroundColor: vars.colors.gray04,