mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
force left align on language options
This commit is contained in:
parent
b4a87a0ce1
commit
4dc7798ca6
@ -73,6 +73,7 @@ const styles = {
|
|||||||
color: colors.TEXT_SECONDARY,
|
color: colors.TEXT_SECONDARY,
|
||||||
background: isFocused ? colors.LANDING : colors.WHITE,
|
background: isFocused ? colors.LANDING : colors.WHITE,
|
||||||
borderRadius: 0,
|
borderRadius: 0,
|
||||||
|
textAlign: 'left',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
background: colors.LANDING,
|
background: colors.LANDING,
|
||||||
|
Loading…
Reference in New Issue
Block a user