From b7f5d3f71c88370b5ac6109b72a60bf1ed0e616f Mon Sep 17 00:00:00 2001 From: 100Gyeon Date: Sun, 10 Dec 2023 02:51:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=9D=B4=20=EB=AA=A8=EC=9E=84?= =?UTF-8?q?=EC=9D=98=20=EB=8B=A4=EB=A5=B8=20=ED=94=BC=EB=93=9C,=20SOPT=20?= =?UTF-8?q?=EB=AA=A8=EC=9E=84=EB=93=A4=EC=9D=98=20=EC=B5=9C=EC=8B=A0=20?= =?UTF-8?q?=ED=94=BC=EB=93=9C=20=ED=8F=B0=ED=8A=B8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/post/index.tsx b/pages/post/index.tsx index 72aac6d5..102e29c4 100644 --- a/pages/post/index.tsx +++ b/pages/post/index.tsx @@ -312,6 +312,9 @@ const FeedListWrapper = styled('div', { }, }); const FeedListTitle = styled('h3', { + fontSize: '20px', + fontWeight: '600', + lineHeight: '30px', marginBottom: '24px', color: '$white', fontStyle: 'T4',