mattermost-mobile/app/components/custom_status/__snapshots__/clear_button.test.tsx.snap
2021-06-04 08:54:31 -04:00

31 lines
554 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`components/custom_status/clear_button should match snapshot 1`] = `
<ForwardRef
onPress={[Function]}
style={
Array [
Object {
"alignItems": "center",
"flex": 1,
"justifyContent": "center",
},
Object {
"height": 40,
"width": 40,
},
]
}
>
<CompassIcon
name="close-circle"
size={20}
style={
Object {
"borderRadius": 1000,
"color": "rgba(61,60,64,0.52)",
}
}
/>
</ForwardRef>
`;