1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-22 05:51:18 +00:00

Merge pull request #441 from trezor/fix/language-options-alignment

Fix/Force left align on language options
This commit is contained in:
Vladimir Volek 2019-03-07 16:30:45 +01:00 committed by GitHub
commit b52ab77b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ const styles = {
color: colors.TEXT_SECONDARY,
background: isFocused ? colors.LANDING : colors.WHITE,
borderRadius: 0,
textAlign: 'left',
'&:hover': {
cursor: 'pointer',
background: colors.LANDING,