Skip to content

Commit

Permalink
chore: 오류 수정 및 폰트 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Jan 19, 2025
1 parent 080e703 commit 0707da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"types": ["vite/client"],
// "types": ["vite/client"],

"esModuleInterop": true,

Expand Down
1 change: 1 addition & 0 deletions src/shared/theme/global/globalStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0707da0

Please sign in to comment.