We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7c6cb commit e1cd65aCopy full SHA for e1cd65a
1 file changed
src/styles.ts
@@ -321,6 +321,11 @@ export const GlobalStyles = createGlobalStyle`
321
font-size: ${fontSizes.textSize} !important;
322
}
323
324
+
325
+ /* Override auth0 text entry foreground to avoid black text against a dark background */
326
+ .auth0-lock-input {
327
+ color: rgba(255, 255, 255, 1) !important;
328
+ }
329
330
331
/* Override some Monaco CSS internals */
0 commit comments