1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 09:58:23 +00:00

centered title in content loader

This commit is contained in:
slowbackspace 2019-01-25 14:07:12 +01:00
parent 607fa9ff66
commit 1931ccbe80

View File

@ -45,6 +45,7 @@ const Title = styled(H1)`
font-weight: ${FONT_WEIGHT.NORMAL};
color: ${props => (props.type === 'progress' ? colors.TEXT_SECONDARY : '')};
margin-left: 10px;
text-align: center;
`;
const Message = styled(P)`