diff --git a/frontend/src/styles/GlobalStyle.ts b/frontend/src/styles/GlobalStyle.ts index 201bc26f5..b4dbe8a91 100644 --- a/frontend/src/styles/GlobalStyle.ts +++ b/frontend/src/styles/GlobalStyle.ts @@ -139,6 +139,10 @@ const reset = css` background-color: inherit; outline: none; cursor: pointer; + + :enabled { + color: black; + } } `;