diff --git a/src/views/Wallet/components/Content/index.js b/src/views/Wallet/components/Content/index.js index 62e0bbcb..3cfbd133 100644 --- a/src/views/Wallet/components/Content/index.js +++ b/src/views/Wallet/components/Content/index.js @@ -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)`