mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-03 17:56:06 +00:00
fix title font size in WalletType modal
This commit is contained in:
parent
a17ba7dfce
commit
2e5f7f6c46
@ -7,7 +7,7 @@ import styled, { css } from 'styled-components';
|
|||||||
import icons from 'config/icons';
|
import icons from 'config/icons';
|
||||||
import colors from 'config/colors';
|
import colors from 'config/colors';
|
||||||
|
|
||||||
import { H3 } from 'components/Heading';
|
import { H2 } from 'components/Heading';
|
||||||
import P from 'components/Paragraph';
|
import P from 'components/Paragraph';
|
||||||
import Button from 'components/Button';
|
import Button from 'components/Button';
|
||||||
import Tooltip from 'components/Tooltip';
|
import Tooltip from 'components/Tooltip';
|
||||||
@ -36,7 +36,7 @@ const Header = styled.div`
|
|||||||
color: ${colors.TEXT_PRIMARY};
|
color: ${colors.TEXT_PRIMARY};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledHeading = styled(H3)`
|
const StyledHeading = styled(H2)`
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user