Skip to content

Commit 1329ae1

Browse files
committed
docs: add note about overriding force-dark functionality
1 parent 8ef6476 commit 1329ae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pages/2.theming.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import DynamicColorTheme from './src/components/DynamicColorTheme.js'
66

77
# Theming
88

9+
<b>Note:</b> To observe changes related to switching between light and dark mode in the app, ensure that the <i>"Override force-dark"</i> feature in the <i>"developer options"</i> settings on your Android device is <b>not overridden</b>.
10+
911
## Applying a theme to the whole app
1012

1113
To support custom themes, paper exports a `Provider` component. You need to wrap your root component with the provider to be able to support themes:

0 commit comments

Comments
 (0)