Skip to content

Commit

Permalink
feat: 테마 변경 시 Transition 추가
Browse files Browse the repository at this point in the history
자연스러운 테마 변경을 위해 색상이 변경되는 color 와 background 속성에 transition 을 추가합니다.
  • Loading branch information
iyu88 committed Feb 18, 2023
1 parent 4d91bc3 commit 0e7e2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/GlobalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const GlobalStyles = createGlobalStyle`
padding: 0;
margin: 0;
box-sizing: border-box;
transition: color, background-color 0.2s ease-out;
}
body {
Expand Down

0 comments on commit 0e7e2b7

Please sign in to comment.