status-desktop/ui/onboarding/Login
emizzle 2c9d042152 fix: Support dark mode for onboarding screens
Related to #599.

![Imgur](https://imgur.com/vKTadPM.png)
![Imgur](https://imgur.com/PHMzGxC.png)

This PR is based off of #1036, which supports system colors at app startup, meaning the onboarding screens may be in dark mode, if the user has their system set to dark mode. This PR fixes the onboarding screens so they support dark mode.

It also:
1. Adds radio buttons to the `AccountList` component, as per the design
2. Adds `qsTr` where missing on the onboarding screens
3. Fixes some minor design issues
4. Updates the modals titles to match the design
5.  Uses reusable Status components where possible. `EnterSeedPhraseModal` and `GenKeyModal` could have used the `StatusRoundButton` component, but there were some limitations that preventing this from being possible.
2020-09-29 13:30:33 -04:00
..
samples update qml imports 2020-06-18 11:02:11 -04:00
AccountList.qml feat: change Theme to Style to enable changing Theme 2020-07-03 09:59:14 -04:00
AddressView.qml fix: Support dark mode for onboarding screens 2020-09-29 13:30:33 -04:00
ConfirmAddExistingKeyModal.qml chore: run transform script to change qstr to qstrid 2020-07-08 12:37:41 -04:00
SelectAnotherAccountModal.qml fix: Support dark mode for onboarding screens 2020-09-29 13:30:33 -04:00
qmldir chore: remove AccountSelection component that is no longer needed 2020-06-16 11:57:11 -04:00