Skip to content

Commit

Permalink
Document getColorScheme behavior while sync debugging (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Apr 15, 2020
1 parent 5bae03d commit 27df44f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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 @@ -3543,7 +3543,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.

0 comments on commit 27df44f

Please sign in to comment.