Skip to content

Commit 42d26de

Browse files
committed
Updated snapshots
1 parent 021951a commit 42d26de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/components/UI/ConfirmAddAsset/__snapshots__/ConfirmAddAsset.test.tsx.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`ConfirmAddAsset render matches previous snapshot 1`] = `
4-
<View
4+
<RCTSafeAreaView
55
style={
66
{
7+
"backgroundColor": "#ffffff",
8+
"flex": 1,
79
"paddingVertical": 16,
810
}
911
}
@@ -375,5 +377,5 @@ exports[`ConfirmAddAsset render matches previous snapshot 1`] = `
375377
</View>
376378
</View>
377379
<View />
378-
</View>
380+
</RCTSafeAreaView>
379381
`;

0 commit comments

Comments
 (0)