Skip to content

Commit 7093ac9

Browse files
committed
fix: unit test
1 parent aa70160 commit 7093ac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/NewServerView/components/ServersHistoryItem/__snapshots__/ServersHistoryItem.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = `
19011901
style={
19021902
[
19031903
{
1904-
"backgroundColor": "#1F2329",
1904+
"backgroundColor": "#262931",
19051905
"borderRadius": undefined,
19061906
"margin": undefined,
19071907
"marginBottom": undefined,
@@ -2191,7 +2191,7 @@ exports[`Story Snapshots: Themes should match snapshot 1`] = `
21912191
style={
21922192
[
21932193
{
2194-
"backgroundColor": "#000000",
2194+
"backgroundColor": "#0d0d0d",
21952195
"borderRadius": undefined,
21962196
"margin": undefined,
21972197
"marginBottom": undefined,

0 commit comments

Comments
 (0)