Skip to content

Commit

Permalink
fix: 백그라운드 수정 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 authored Aug 21, 2024
1 parent a8f0af4 commit e9c3f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export const GlobalStyle = css`
html {
height: 100%;
background-color: #f1f0f5;
}
body {
Expand All @@ -158,5 +157,7 @@ export const GlobalStyle = css`
display: flex;
flex-direction: column;
height: 100%;
background-color: #f1f0f5;
}
`;

0 comments on commit e9c3f80

Please sign in to comment.