mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-01 03:40:53 +00:00
Use default font family for the 'Input' component
This commit is contained in:
parent
11a0304481
commit
6fabec6e5c
@ -8,7 +8,6 @@ import {
|
|||||||
FONT_SIZE,
|
FONT_SIZE,
|
||||||
FONT_WEIGHT,
|
FONT_WEIGHT,
|
||||||
TRANSITION,
|
TRANSITION,
|
||||||
FONT_FAMILY,
|
|
||||||
} from 'config/variables';
|
} from 'config/variables';
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
@ -38,7 +37,6 @@ const StyledInput = styled.input`
|
|||||||
padding: 6px ${props => (props.hasIcon ? '40px' : '12px')} 6px 12px;
|
padding: 6px ${props => (props.hasIcon ? '40px' : '12px')} 6px 12px;
|
||||||
|
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
font-family: ${FONT_FAMILY.MONOSPACE};
|
|
||||||
font-size: ${FONT_SIZE.SMALL};
|
font-size: ${FONT_SIZE.SMALL};
|
||||||
font-weight: ${FONT_WEIGHT.BASE};
|
font-weight: ${FONT_WEIGHT.BASE};
|
||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
|
Loading…
Reference in New Issue
Block a user