File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
package/src/components/Thread/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -589,6 +589,7 @@ exports[`Thread should match thread snapshot 1`] = `
589589 " color" : " #1a1b25" ,
590590 " fontSize" : 17 ,
591591 " lineHeight" : 20 ,
592+ " writingDirection" : " ltr" ,
592593 }
593594 }
594595 >
@@ -922,6 +923,7 @@ exports[`Thread should match thread snapshot 1`] = `
922923 " color" : " #1a1b25" ,
923924 " fontSize" : 17 ,
924925 " lineHeight" : 20 ,
926+ " writingDirection" : " ltr" ,
925927 }
926928 }
927929 >
@@ -1288,6 +1290,7 @@ exports[`Thread should match thread snapshot 1`] = `
12881290 " color" : " #1a1b25" ,
12891291 " fontSize" : 17 ,
12901292 " lineHeight" : 20 ,
1293+ " writingDirection" : " ltr" ,
12911294 }
12921295 }
12931296 >
@@ -1612,6 +1615,7 @@ exports[`Thread should match thread snapshot 1`] = `
16121615 " color" : " #1a1b25" ,
16131616 " fontSize" : 17 ,
16141617 " lineHeight" : 20 ,
1618+ " writingDirection" : " ltr" ,
16151619 }
16161620 }
16171621 >
You can’t perform that action at this time.
0 commit comments