Skip to content

Commit f345794

Browse files
committed
test(TitleRow): update snapshots
1 parent aa7079f commit f345794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@lightningjs/ui-components/src/components/ControlRow/__snapshots__/ControlRow.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ exports[`ControlRow renders 1`] = `
609609
"visible": true,
610610
"w": 880,
611611
"x": -40,
612-
"y": 0,
612+
"y": 20,
613613
"zIndex": 0,
614614
},
615615
"Title": {

packages/@lightningjs/ui-components/src/components/TitleRow/__snapshots__/TitleRow.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ exports[`TitleRow renders 1`] = `
282282
"visible": true,
283283
"w": 2220,
284284
"x": 0,
285-
"y": 0,
285+
"y": 20,
286286
"zIndex": 0,
287287
},
288288
"Title": {

0 commit comments

Comments
 (0)