You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
509 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`component.Form.PaySummaryRow should render correctly 1`] = `
<styled.div
py={3}
>
<Styled(styled.div)
alignItems="center"
>
<styled.div
width={0.5}
>
<Text
fontWeight="normal"
>
left contnet
</Text>
</styled.div>
<styled.div
width={0.5}
>
<Text
textAlign="right"
>
right content
</Text>
</styled.div>
</Styled(styled.div)>
</styled.div>
`;