We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4bd31 commit 9caafcfCopy full SHA for 9caafcf
app/components/UI/AssetSearch/__snapshots__/index.test.js.snap
@@ -34,11 +34,15 @@ exports[`AssetSearch should render correctly 1`] = `
34
placeholderTextColor="#d6d9dc"
35
rejectResponderTermination={true}
36
style={
37
- Object {
38
- "flex": 1,
39
- "fontFamily": "CircularStd-Medium",
40
- "fontWeight": "400",
41
- }
+ Array [
+ Object {
+ "fontFamily": "CircularStd-Medium",
+ "fontWeight": "400",
+ },
42
43
+ "width": "85%",
44
45
+ ]
46
}
47
testID="input-search-asset"
48
underlineColorAndroid="transparent"
0 commit comments