We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5550c commit 71656edCopy full SHA for 71656ed
src/styles.ts
@@ -321,10 +321,10 @@ export const GlobalStyles = createGlobalStyle`
321
font-size: ${fontSizes.textSize} !important;
322
}
323
324
-
325
- /* Override auth0 input to fix unreadable text */
+
+ /* Override auth0 input to fix unreadable text in dark mode */
326
.auth0-lock-input {
327
- background-color: rgba(255, 255, 255, 1); !important
+ background-color: rgba(255, 255, 255, 1) !important;
328
color: rgba(0, 0, 0, 1) !important;
329
330
0 commit comments