From 1931ccbe80697b7ce222250ea96adcfa61719b5a Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 25 Jan 2019 14:07:12 +0100 Subject: [PATCH] centered title in content loader --- src/views/Wallet/components/Content/index.js | 1 + 1 file changed, 1 insertion(+) 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)`