mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28:09 +00:00
smaller Counter in devicemenu
This commit is contained in:
parent
35da1d37c2
commit
405d9596b2
@ -39,8 +39,9 @@ const Counter = styled.div`
|
|||||||
border: 1px solid ${colors.DIVIDER};
|
border: 1px solid ${colors.DIVIDER};
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: ${colors.TEXT_SECONDARY};
|
color: ${colors.TEXT_SECONDARY};
|
||||||
width: 24px;
|
width: 22px;
|
||||||
height: 24px;
|
height: 22px;
|
||||||
|
line-height: 0.9rem;
|
||||||
font-size: ${FONT_SIZE.COUNTER};
|
font-size: ${FONT_SIZE.COUNTER};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user