mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-09 22:52:49 +00:00
Revert "changed FONT_SIZE.BASE to 1rem"
This reverts commit e4d2b8ec02
.
This commit is contained in:
parent
e4d2b8ec02
commit
e4d2a5ec72
@ -22,7 +22,7 @@ type Props = {
|
|||||||
const Wrapper = styled.button`
|
const Wrapper = styled.button`
|
||||||
padding: ${props => (props.icon ? '4px 24px 4px 15px' : '11px 24px')};
|
padding: ${props => (props.icon ? '4px 24px 4px 15px' : '11px 24px')};
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: ${FONT_SIZE.BASE};
|
font-size: ${FONT_SIZE.SMALL};
|
||||||
font-weight: ${FONT_WEIGHT.LIGHT};
|
font-weight: ${FONT_WEIGHT.LIGHT};
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: ${colors.GREEN_PRIMARY};
|
background: ${colors.GREEN_PRIMARY};
|
||||||
|
Loading…
Reference in New Issue
Block a user