diff --git a/bitchat/Views/ContentView.swift b/bitchat/Views/ContentView.swift index 92a3001d..af11a884 100644 --- a/bitchat/Views/ContentView.swift +++ b/bitchat/Views/ContentView.swift @@ -2154,6 +2154,9 @@ struct ImagePickerView: UIViewControllerRepresentable { // Use standard full screen - iOS handles safe areas automatically picker.modalPresentationStyle = .fullScreen + // Force dark mode to make safe area bars black instead of white + picker.overrideUserInterfaceStyle = .dark + return picker }