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 e1cd65a commit 5e1e905Copy full SHA for 5e1e905
src/styles.ts
@@ -322,9 +322,10 @@ export const GlobalStyles = createGlobalStyle`
322
}
323
324
325
- /* Override auth0 text entry foreground to avoid black text against a dark background */
+ /* Override auth0 input to fix unreadable text */
326
.auth0-lock-input {
327
- 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
331
0 commit comments