diff --git a/docs/pages/2.theming.mdx b/docs/pages/2.theming.mdx
index c1e59999d5..4c1738b381 100644
--- a/docs/pages/2.theming.mdx
+++ b/docs/pages/2.theming.mdx
@@ -6,6 +6,8 @@ import DynamicColorTheme from './src/components/DynamicColorTheme.js'
# Theming
+Note: To observe changes related to switching between light and dark mode in the app, ensure that the "Override force-dark" feature in the "developer options" settings on your Android device is not overridden.
+
## Applying a theme to the whole app
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: