-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added style for prefers-color-scheme to interstitial head #1935
Conversation
🦋 Changeset detectedLatest commit: cfe508d The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Let's add a changeset here by doing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
This checks if the user prefers dark color schemes, and then sets the body to black. This could reduce 'flashes of white'.
e2da85d
to
cfe508d
Compare
* Added style for prefers-color-scheme to interstitial head This checks if the user prefers dark color schemes, and then sets the body to black. This could reduce 'flashes of white'. * feat(backend): Added prefers-color-scheme to interstitial (cherry picked from commit 8b6b094)
) * Added style for prefers-color-scheme to interstitial head This checks if the user prefers dark color schemes, and then sets the body to black. This could reduce 'flashes of white'. * feat(backend): Added prefers-color-scheme to interstitial (cherry picked from commit 8b6b094) Co-authored-by: Roy Anger <[email protected]>
Description
This checks if the user prefers dark color schemes, and then sets the body to black. This could reduce 'flashes of white'.
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change
Packages affected
@clerk/clerk-js
@clerk/clerk-react
@clerk/nextjs
@clerk/remix
@clerk/types
@clerk/themes
@clerk/localizations
@clerk/clerk-expo
@clerk/backend
@clerk/clerk-sdk-node
@clerk/shared
@clerk/fastify
@clerk/chrome-extension
gatsby-plugin-clerk
build/tooling/chore