Skip to content

Commit 9bb2e18

Browse files
authored
Merge pull request #156 from nickdaria/main
Fix unreadable text in auth0 flow
2 parents dc7c6cb + 5e1e905 commit 9bb2e18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ export const GlobalStyles = createGlobalStyle`
321321
font-size: ${fontSizes.textSize} !important;
322322
}
323323
}
324+
325+
/* Override auth0 input to fix unreadable text */
326+
.auth0-lock-input {
327+
background-color: rgba(255, 255, 255, 1); !important
328+
color: rgba(0, 0, 0, 1) !important;
329+
}
324330
}
325331
326332
/* Override some Monaco CSS internals */

0 commit comments

Comments
 (0)