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

smaller Counter in devicemenu

This commit is contained in:
slowbackspace 2019-03-28 17:08:33 +01:00
parent 35da1d37c2
commit 405d9596b2

View File

@ -39,8 +39,9 @@ const Counter = styled.div`
border: 1px solid ${colors.DIVIDER};
border-radius: 50%;
color: ${colors.TEXT_SECONDARY};
width: 24px;
height: 24px;
width: 22px;
height: 22px;
line-height: 0.9rem;
font-size: ${FONT_SIZE.COUNTER};
`;