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:
parent
607fa9ff66
commit
1931ccbe80
@ -45,6 +45,7 @@ const Title = styled(H1)`
|
|||||||
font-weight: ${FONT_WEIGHT.NORMAL};
|
font-weight: ${FONT_WEIGHT.NORMAL};
|
||||||
color: ${props => (props.type === 'progress' ? colors.TEXT_SECONDARY : '')};
|
color: ${props => (props.type === 'progress' ? colors.TEXT_SECONDARY : '')};
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
text-align: center;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Message = styled(P)`
|
const Message = styled(P)`
|
||||||
|
Loading…
Reference in New Issue
Block a user