You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/2.theming.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ import DynamicColorTheme from './src/components/DynamicColorTheme.js'
6
6
7
7
# Theming
8
8
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
+
9
11
## Applying a theme to the whole app
10
12
11
13
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