Skip to content

Commit c5aff17

Browse files
committed
fix: update snapshot
1 parent 7675a1d commit c5aff17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/__tests__/__snapshots__/SegmentedButton.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ exports[`renders segmented button 1`] = `
1818
"backgroundColor": "rgba(232, 222, 248, 1)",
1919
"borderBottomRightRadius": 0,
2020
"borderColor": "rgba(121, 116, 126, 1)",
21+
"borderEndWidth": 0,
2122
"borderRadius": 20,
22-
"borderRightWidth": 0,
2323
"borderTopRightRadius": 0,
2424
"borderWidth": 1,
2525
},
@@ -73,8 +73,8 @@ exports[`renders segmented button 1`] = `
7373
},
7474
{
7575
"borderBottomRightRadius": 0,
76+
"borderEndWidth": 0,
7677
"borderRadius": 20,
77-
"borderRightWidth": 0,
7878
"borderTopRightRadius": 0,
7979
},
8080
]

0 commit comments

Comments
 (0)