Skip to content

Commit b2e7c5a

Browse files
committed
fix: snapshots
1 parent 4e652d0 commit b2e7c5a

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

package/src/components/MessageList/__tests__/__snapshots__/TypingIndicator.test.tsx.snap

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ exports[`TypingIndicator should match typing indicator snapshot 1`] = `
8181
"borderColor": "rgba(26, 27, 37, 0.1)",
8282
"borderWidth": 1,
8383
},
84-
undefined,
84+
{
85+
"borderColor": "#ffffff",
86+
"borderRadius": 9999,
87+
"borderWidth": 2,
88+
},
8589
]
8690
}
8791
testID="avatar-image"
@@ -143,7 +147,11 @@ exports[`TypingIndicator should match typing indicator snapshot 1`] = `
143147
"borderColor": "rgba(26, 27, 37, 0.1)",
144148
"borderWidth": 1,
145149
},
146-
undefined,
150+
{
151+
"borderColor": "#ffffff",
152+
"borderRadius": 9999,
153+
"borderWidth": 2,
154+
},
147155
]
148156
}
149157
testID="avatar-image"

package/src/components/Thread/__tests__/__snapshots__/Thread.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ exports[`Thread should match thread snapshot 1`] = `
603603
{
604604
"alignItems": "center",
605605
"flexDirection": "row",
606-
"gap": 8,
606+
"gap": 4,
607607
"justifyContent": "center",
608608
"maxWidth": "100%",
609609
"paddingVertical": 4,
@@ -946,7 +946,7 @@ exports[`Thread should match thread snapshot 1`] = `
946946
{
947947
"alignItems": "center",
948948
"flexDirection": "row",
949-
"gap": 8,
949+
"gap": 4,
950950
"justifyContent": "center",
951951
"maxWidth": "100%",
952952
"paddingVertical": 4,
@@ -1322,7 +1322,7 @@ exports[`Thread should match thread snapshot 1`] = `
13221322
{
13231323
"alignItems": "center",
13241324
"flexDirection": "row",
1325-
"gap": 8,
1325+
"gap": 4,
13261326
"justifyContent": "center",
13271327
"maxWidth": "100%",
13281328
"paddingVertical": 4,
@@ -1656,7 +1656,7 @@ exports[`Thread should match thread snapshot 1`] = `
16561656
{
16571657
"alignItems": "center",
16581658
"flexDirection": "row",
1659-
"gap": 8,
1659+
"gap": 4,
16601660
"justifyContent": "center",
16611661
"maxWidth": "100%",
16621662
"paddingVertical": 4,
@@ -1768,7 +1768,7 @@ exports[`Thread should match thread snapshot 1`] = `
17681768
},
17691769
{
17701770
"backgroundColor": "#ffffff",
1771-
"borderColor": "#d5dbe1",
1771+
"borderTopColor": "#ebeef1",
17721772
"borderTopWidth": 1,
17731773
"paddingBottom": 16,
17741774
},

0 commit comments

Comments
 (0)