From e0b9212b68765451b5fbb7d577117763a32d4029 Mon Sep 17 00:00:00 2001 From: amirhouieh Date: Wed, 30 Aug 2023 19:35:45 +0200 Subject: [PATCH] [#142] --- src/components/PostCard/PostCard.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/PostCard/PostCard.tsx b/src/components/PostCard/PostCard.tsx index 636db49..78fa83d 100644 --- a/src/components/PostCard/PostCard.tsx +++ b/src/components/PostCard/PostCard.tsx @@ -237,7 +237,7 @@ PostCard.styles = { `, small: (theme: Theme) => css` .post-card__title-text { - ${lsdUtils.typography('h4')} + ${lsdUtils.typography('h5')} } .post-card__subtitle { @@ -254,6 +254,10 @@ PostCard.styles = { } } + .post-card__show-details { + ${PostCardShowDetails.styles.small(theme)} + } + ${lsdUtils.breakpoint(theme, 'md', 'down')} { .post-card__title-text { ${lsdUtils.typography('h5')}