@hoddy-ui/next 2.0.65 → 2.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -469,6 +469,7 @@ var ConfigureSystemUI = () => {
|
|
|
469
469
|
const colors2 = useColors();
|
|
470
470
|
(0, import_react3.useEffect)(() => {
|
|
471
471
|
const config2 = getConfig();
|
|
472
|
+
import_react_native3.Appearance.setColorScheme(theme);
|
|
472
473
|
if (colors2) {
|
|
473
474
|
SystemUI.setBackgroundColorAsync(colors2.white[1]);
|
|
474
475
|
if (import_react_native3.Platform.OS === "android") {
|