File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Message/MessageSimple/__tests__/__snapshots__
Thread/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments