Skip to content
Snippets Groups Projects
Commit adb7bfe9 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(shadowedBox): center shadowed box

parent 163147e4
No related branches found
No related tags found
1 merge request!43Sprint #19
......@@ -14,7 +14,7 @@ const errorTitle = `Something went wrong...`
const errorSubtitle = `Please try again.`
const ConfirmAccount = ({ message: { title, subtitle }, history }) => (
<ShadowedBox>
<ShadowedBox center mt={5}>
<H2>{title}</H2>
<Row mb={title !== errorTitle ? 2 : 0} mt={2}>
<Text>{subtitle}</Text>
......
......@@ -13,7 +13,7 @@ const InfoPage = ({
},
history,
}) => (
<ShadowedBox>
<ShadowedBox center mt={5}>
<H2>{title}</H2>
<Row mb={2} mt={2}>
<Text>{content}</Text>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment