Skip to content

Commit 16a16aa

Browse files
committed
fix: snapshots
1 parent 7eb0d05 commit 16a16aa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

package/src/components/Message/MessageSimple/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ exports[`MessageTextContainer should render message text container 1`] = `
2929
"alignItems": "flex-start",
3030
"flexDirection": "row",
3131
"flexWrap": "wrap",
32+
"fontSize": 15,
3233
"justifyContent": "flex-start",
34+
"lineHeight": 20,
3335
"marginBottom": 8,
3436
"marginTop": 8,
3537
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,9 @@ exports[`Thread should match thread snapshot 1`] = `
603603
"alignItems": "flex-start",
604604
"flexDirection": "row",
605605
"flexWrap": "wrap",
606+
"fontSize": 15,
606607
"justifyContent": "flex-start",
608+
"lineHeight": 20,
607609
"marginBottom": 8,
608610
"marginTop": 8,
609611
}
@@ -954,7 +956,9 @@ exports[`Thread should match thread snapshot 1`] = `
954956
"alignItems": "flex-start",
955957
"flexDirection": "row",
956958
"flexWrap": "wrap",
959+
"fontSize": 15,
957960
"justifyContent": "flex-start",
961+
"lineHeight": 20,
958962
"marginBottom": 8,
959963
"marginTop": 8,
960964
}
@@ -1330,7 +1334,9 @@ exports[`Thread should match thread snapshot 1`] = `
13301334
"alignItems": "flex-start",
13311335
"flexDirection": "row",
13321336
"flexWrap": "wrap",
1337+
"fontSize": 15,
13331338
"justifyContent": "flex-start",
1339+
"lineHeight": 20,
13341340
"marginBottom": 8,
13351341
"marginTop": 8,
13361342
}
@@ -1687,7 +1693,9 @@ exports[`Thread should match thread snapshot 1`] = `
16871693
"alignItems": "flex-start",
16881694
"flexDirection": "row",
16891695
"flexWrap": "wrap",
1696+
"fontSize": 15,
16901697
"justifyContent": "flex-start",
1698+
"lineHeight": 20,
16911699
"marginBottom": 8,
16921700
"marginTop": 8,
16931701
}

0 commit comments

Comments
 (0)