Skip to content

Commit

Permalink
fix: 모바일에서 클릭시 파란색 하이라이트 효과 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha committed Oct 15, 2024
1 parent db5d781 commit 94f2699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const GlobalStyle = css`
#root {
display: flex;
justify-content: center;
-webkit-tap-highlight-color: transparent;
}
button {
Expand Down

0 comments on commit 94f2699

Please sign in to comment.