AlphaWallet / alpha-wallet-ios

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

Manual set overrideUserInterfaceStyle dones's work to ButtonsBar #7111

Closed Darsky closed 7 months ago

Darsky commented 7 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?