From 0707da075b24861b8cffdc56b53cf3c182da630a Mon Sep 17 00:00:00 2001 From: Dobbymin Date: Sun, 19 Jan 2025 15:16:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=A6=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsconfig.json | 2 +- src/shared/theme/global/globalStyle.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index 5c91264..7f2792e 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -5,7 +5,7 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "types": ["vite/client"], + // "types": ["vite/client"], "esModuleInterop": true, diff --git a/src/shared/theme/global/globalStyle.js b/src/shared/theme/global/globalStyle.js index 640d9e9..aa5e4c3 100644 --- a/src/shared/theme/global/globalStyle.js +++ b/src/shared/theme/global/globalStyle.js @@ -70,6 +70,7 @@ export const globalStyle = css` background: linear-gradient(135deg, #ffb3b3, #fffefe); display: flex; justify-content: center; + font-size: var(--font-md); align-items: center; height: 100vh; overflow: hidden;