AlphaWallet / alpha-wallet-ios

An advanced Ethereum/EVM mobile wallet
https://www.alphawallet.com
MIT License
597 stars 371 forks source link

Manual set overrideUserInterfaceStyle dones's work to ButtonsBar #7111

Closed Darsky closed 5 months ago

Darsky commented 5 months ago

Hello. I'm trying to use " UIApplication.shared.windows.filter({$0.isKeyWindow}).first?.overrideUserInterfaceStyle = .dark " to force change AlphaWallet to dark mode.But I found that it doesn't work to the ButtonsBar. The button's color is still follow my device system appearance. Have any idea?