Skip to content
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

Document getColorScheme behavior while sync debugging #1823

Merged
merged 1 commit into from Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/appearance.md
Expand Up @@ -64,3 +64,5 @@ Supported color schemes:
- null: The user has not indicated a preferred color theme.

See also: `useColorScheme` hook.

> Note: `getColorScheme()` will always return `light` when debugging with Chrome.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Expand Up @@ -3540,7 +3540,7 @@
"title": "Button"
},
"version-0.62/version-0.62-checkbox": {
"title": "CheckBox"
"title": "🚧 CheckBox"
},
"version-0.62/version-0.62-clipboard": {
"title": "🚧 Clipboard"
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-0.62/appearance.md
Expand Up @@ -65,3 +65,5 @@ Supported color schemes:
- null: The user has not indicated a preferred color theme.

See also: `useColorScheme` hook.

> Note: `getColorScheme()` will always return `light` when debugging with Chrome.