From d21c92bf8b0ffde1e6050e6b5bf8d7ea2df2b035 Mon Sep 17 00:00:00 2001 From: n-ryu Date: Sun, 18 Dec 2022 22:41:54 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=8A=9C=ED=86=A0=EB=A6=AC=EC=96=BC?= =?UTF-8?q?=20=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index bc77f35..e39f1d6 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -44,7 +44,7 @@ const TutorialRadialOverlay = styled.div` position: absolute; left: 10vh; bottom: 10vh; - font-size: 80px; + font-size: 52px; opacity: 0.7; font-family: 'Roboto'; color: ${PRIMARY_COLORS.green};