mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix ColorScheme
This commit is contained in:
@@ -2380,9 +2380,8 @@ extension MessageInputPanelComponent.View {
|
||||
onClearFormatting: { [weak self] in
|
||||
guard let _ = self else { return }
|
||||
NotificationCenter.default.post(name: notificationName, object: nil, userInfo: ["action": "clearFormatting"])
|
||||
},
|
||||
preferredColorScheme: .dark
|
||||
)
|
||||
}
|
||||
).colorScheme(.dark)
|
||||
|
||||
let toolbarHostingController = UIHostingController(rootView: toolbar)
|
||||
toolbarHostingController.view.backgroundColor = .clear
|
||||
|
||||
Reference in New Issue
Block a user