Skip to content

fix: adapt iOS status bar text color to current theme#168

Merged
PureWeen merged 1 commit intomainfrom
fix/ios-light-mode-status-bar
Feb 21, 2026
Merged

fix: adapt iOS status bar text color to current theme#168
PureWeen merged 1 commit intomainfrom
fix/ios-light-mode-status-bar

Conversation

@jfversluis
Copy link
Collaborator

Problem

In light mode on iOS, the status bar text is white-on-white (invisible) because UIStatusBarStyle was hardcoded to LightContent.

Fix

  • Removed UIStatusBarStyle=UIStatusBarStyleLightContent from Info.plist
  • Set UIViewControllerBasedStatusBarAppearance to true

This lets iOS automatically use dark text in light mode and light text in dark mode.

Files Changed

  • PolyPilot/Platforms/iOS/Info.plist — 1 file, 4 lines

Remove hardcoded UIStatusBarStyle=LightContent and enable
UIViewControllerBasedStatusBarAppearance so the status bar
uses dark text in light mode and light text in dark mode.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PureWeen PureWeen merged commit 74db8f0 into main Feb 21, 2026
6 checks passed
@PureWeen PureWeen deleted the fix/ios-light-mode-status-bar branch February 22, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants