Skip to content

Commit 919c4f9

Browse files
committed
fix: Thread snapshot after merge
1 parent 62d499c commit 919c4f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)