* 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
27 lines
481 B
Text
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>
|
|
`;
|