mattermost-mobile/app/components/custom_status/__snapshots__/clear_button.test.tsx.snap
Elias Nahum ada6be9b7a
Update dependencies (#5686)
* Update dependencies

* Fix unsigned builds
2021-09-22 13:54:12 -03:00

31 lines
566 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`components/custom_status/clear_button should match snapshot 1`] = `
<TouchableOpacity
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(63,67,80,0.52)",
}
}
/>
</TouchableOpacity>
`;