1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-23 13:32:02 +00:00

CSS font adjustments

This commit is contained in:
Vasek Mlejnsky 2018-09-03 15:31:12 +02:00
parent c25c8d5bfd
commit 89e3a987ae

View File

@ -4,7 +4,12 @@ import styled, { css } from 'styled-components';
import colors from 'config/colors';
import ICONS from 'config/icons';
import Icon from 'components/Icon';
import { FONT_SIZE, FONT_WEIGHT, TRANSITION } from 'config/variables';
import {
FONT_SIZE,
FONT_WEIGHT,
TRANSITION,
FONT_FAMILY,
} from 'config/variables';
const Wrapper = styled.div`
width: 100%;
@ -33,8 +38,9 @@ const StyledInput = styled.input`
padding: 6px 12px;
line-height: 1.42857143;
font-family: ${FONT_FAMILY.MONOSPACE};
font-size: ${FONT_SIZE.SMALL};
font-weight: ${FONT_WEIGHT.SMALLEST};
font-weight: ${FONT_WEIGHT.BASE};
color: ${colors.TEXT_PRIMARY};
border-radius: 2px;