From e4a55c228fcf26d7fe38d0a6aa12cceb5e47cddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=8C=EC=9A=B8=EC=B9=98=ED=82=A8?= <90738604+soulchicken@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:15:32 +0900 Subject: [PATCH] =?UTF-8?q?Style:=20=EA=B2=8C=EC=8B=9C=EA=B8=80=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/community/[character_id]/[post_id]/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/community/[character_id]/[post_id]/index.tsx b/src/pages/community/[character_id]/[post_id]/index.tsx index f72b267..e3b76be 100644 --- a/src/pages/community/[character_id]/[post_id]/index.tsx +++ b/src/pages/community/[character_id]/[post_id]/index.tsx @@ -54,7 +54,7 @@ const Post = () => { : } -
덧글은 추후에 제공될 예정입니다 :)
+
덧글은 추후에 제공될 예정입니다 :)
@@ -95,8 +95,7 @@ const postInfoCSS = css` `; const writerNameCSS = css` - font-size: 0.75rem; - font-weight:bold; + font-size: 0.9rem; color:${color.black}; padding-bottom: 0.2rem; `;