Skip to content

Commit

Permalink
fix: ios에서 버튼 내 글씨 파란색으로 보이는 버그 수정 #336
Browse files Browse the repository at this point in the history
  • Loading branch information
useon committed Oct 19, 2024
1 parent 46b53da commit 36e2ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/styles/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ const reset = css`
background-color: inherit;
outline: none;
cursor: pointer;
:enabled {
color: black;
}
}
`;

Expand Down

0 comments on commit 36e2ad2

Please sign in to comment.