mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-02 03:11: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:
commit
b52ab77b46
@ -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