YC / another_authenticator

A two-factor authentication app built with Flutter.
MIT License
44 stars 13 forks source link

Fixed the brightness issue on devices with a dark theme #2

Closed szakes1 closed 4 years ago

szakes1 commented 4 years ago

Hey! I added my pull request. On iPhones with a dark theme, the app looks very strange. I added a simple line of code which makes the app to display only as light theme.

YC commented 4 years ago

Thanks for the contribution. Fix looks good on emulator. I'll open an issue for dark mode.

szakes1 commented 4 years ago

Hey! Thanks for merging my code. I will try to add a dark theme to your app 😁