Skip to content

Commit

Permalink
fix: remove transition from body
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 committed Feb 13, 2024
1 parent 4ef34b5 commit 54875a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/styles/global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const GlobalStyle = styled.createGlobalStyle`
body {
font-size: 1.6rem;
background-color: ${(props) => props.theme.colors.navy};
transition: 0.2s;
/* transition: 0.2s; */
}
html,
Expand Down

0 comments on commit 54875a5

Please sign in to comment.