mattermost-mobile/app/components/attachment_button/__snapshots__/index.test.js.snap
Dean Whillier fb8238ab0b
[MM-37553] Update default themes (#5648)
* new themes and theme type updates

* update theme processing

port newer functionality from webapp

* update theme UI

including new svg-based thumbnail

* lint fixes

* update snapshots and tests

* update theme tile border approach

* remove unused path component

* remove old variable typo

* remove old variable type from theme type

* lint and snapshot updates

* update snapshots
2021-09-03 10:50:24 -04:00

27 lines
481 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AttachmentButton should match snapshot 1`] = `
<TouchableWithFeedbackIOS
onPress={[Function]}
style={
Object {
"alignItems": "center",
"height": 34,
"justifyContent": "center",
"width": 45,
}
}
type="opacity"
>
<CompassIcon
color="rgba(63,67,80,0.9)"
name="plus"
size={30}
style={
Object {
"marginTop": 2,
}
}
/>
</TouchableWithFeedbackIOS>
`;