Skip to content

Commit 71656ed

Browse files
committed
Tweak auth0 style overrides
1 parent 8d5550c commit 71656ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ export const GlobalStyles = createGlobalStyle`
321321
font-size: ${fontSizes.textSize} !important;
322322
}
323323
}
324-
325-
/* Override auth0 input to fix unreadable text */
324+
325+
/* Override auth0 input to fix unreadable text in dark mode */
326326
.auth0-lock-input {
327-
background-color: rgba(255, 255, 255, 1); !important
327+
background-color: rgba(255, 255, 255, 1) !important;
328328
color: rgba(0, 0, 0, 1) !important;
329329
}
330330
}

0 commit comments

Comments
 (0)