Skip to content

Commit 66aed10

Browse files
committed
fix: tests
1 parent 24e0302 commit 66aed10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ exports[`Thread should match thread snapshot 1`] = `
416416
"overflow": "hidden",
417417
},
418418
{
419-
"backgroundColor": "#FFFFFF",
419+
"backgroundColor": "#F2F2F2",
420420
"borderBottomLeftRadius": 0,
421421
"borderBottomRightRadius": 16,
422422
"borderColor": "#ECEBEB",
@@ -742,7 +742,7 @@ exports[`Thread should match thread snapshot 1`] = `
742742
"overflow": "hidden",
743743
},
744744
{
745-
"backgroundColor": "#FFFFFF",
745+
"backgroundColor": "#F2F2F2",
746746
"borderBottomLeftRadius": 0,
747747
"borderBottomRightRadius": 16,
748748
"borderColor": "#ECEBEB",
@@ -1068,7 +1068,7 @@ exports[`Thread should match thread snapshot 1`] = `
10681068
"overflow": "hidden",
10691069
},
10701070
{
1071-
"backgroundColor": "#FFFFFF",
1071+
"backgroundColor": "#F2F2F2",
10721072
"borderBottomLeftRadius": 0,
10731073
"borderBottomRightRadius": 16,
10741074
"borderColor": "#ECEBEB",
@@ -1422,7 +1422,7 @@ exports[`Thread should match thread snapshot 1`] = `
14221422
"overflow": "hidden",
14231423
},
14241424
{
1425-
"backgroundColor": "#FFFFFF",
1425+
"backgroundColor": "#F2F2F2",
14261426
"borderBottomLeftRadius": 0,
14271427
"borderBottomRightRadius": 16,
14281428
"borderColor": "#ECEBEB",

0 commit comments

Comments
 (0)