1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00

force left align on language options

This commit is contained in:
slowbackspace 2019-03-07 10:58:18 +01:00
parent b4a87a0ce1
commit 4dc7798ca6

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,