Skip to content

Commit

Permalink
test(Badge): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
erautenberg committed Oct 30, 2023
1 parent 4d6e337 commit fd2827d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports[`Badge renders 1`] = `
"type": "Icon",
"visible": true,
"w": 0,
"x": 12,
"x": 10,
"y": 4,
"zIndex": 0,
},
Expand Down Expand Up @@ -84,8 +84,8 @@ exports[`Badge renders 1`] = `
},
"visible": true,
"w": 0,
"x": 12,
"y": 8,
"x": 10,
"y": 5,
"zIndex": 0,
},
},
Expand Down

0 comments on commit fd2827d

Please sign in to comment.