From 4f0a15a1e8bdd6384bee91ae428c05dd58aac171 Mon Sep 17 00:00:00 2001 From: GZTime Date: Fri, 10 May 2024 05:13:24 +0800 Subject: [PATCH] fix(style): mobile post card --- src/GZCTF/ClientApp/src/components/MobilePostCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GZCTF/ClientApp/src/components/MobilePostCard.tsx b/src/GZCTF/ClientApp/src/components/MobilePostCard.tsx index 89907da0..a8d7bad6 100644 --- a/src/GZCTF/ClientApp/src/components/MobilePostCard.tsx +++ b/src/GZCTF/ClientApp/src/components/MobilePostCard.tsx @@ -34,7 +34,7 @@ const MobilePostCard: FC = ({ post, onTogglePinned }) => { navigate(`/posts/${post.id}`)}> - <Text span c={theme.primaryColor}> + <Text fw="bold" fz="h3" span c={theme.primaryColor}> {post.isPinned ? `${t('post.content.pinned')} ` : '>>> '} </Text> {post.title}