1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-03 09:46:06 +00:00

fix title font size in WalletType modal

This commit is contained in:
slowbackspace 2019-01-18 13:46:11 +01:00
parent a17ba7dfce
commit 2e5f7f6c46

View File

@ -7,7 +7,7 @@ import styled, { css } from 'styled-components';
import icons from 'config/icons';
import colors from 'config/colors';
import { H3 } from 'components/Heading';
import { H2 } from 'components/Heading';
import P from 'components/Paragraph';
import Button from 'components/Button';
import Tooltip from 'components/Tooltip';
@ -36,7 +36,7 @@ const Header = styled.div`
color: ${colors.TEXT_PRIMARY};
`;
const StyledHeading = styled(H3)`
const StyledHeading = styled(H2)`
padding-top: 30px;
`;