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.
 
 
 

21 lines
343 B

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