centered title in content loader

pull/350/head
slowbackspace 5 years ago
parent 607fa9ff66
commit 1931ccbe80

@ -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)`

Loading…
Cancel
Save