b29f7ec4d5
App.tsx had a useEffect that unconditionally set SystemBarsStyle.Dark (white icons) on mount, overriding the theme-aware logic in main.tsx that had already set the correct style. On light themes this produced white-on-white status bar text. Remove the hardcoded override entirely — main.tsx handles initial detection and MutationObservers cover all subsequent theme changes.