Skip to content

Commit ea5d2ae

Browse files
committed
Update snapshot.
1 parent 684bccb commit ea5d2ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/button/__snapshots__/button.test.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ exports[`Button states renders only icon 1`] = `
291291
width: 16px;
292292
opacity: 1;
293293
pointer-events: unset;
294+
transform: rotate(0deg);
294295
}
295296
296297
.c1 {
@@ -320,6 +321,7 @@ exports[`Button states renders only icon 1`] = `
320321
>
321322
<svg
322323
class="c2 button-icon"
324+
rotate="0"
323325
title="plus"
324326
>
325327
<use
@@ -410,6 +412,7 @@ exports[`Button states renders smaller only icon 1`] = `
410412
width: 16px;
411413
opacity: 1;
412414
pointer-events: unset;
415+
transform: rotate(0deg);
413416
}
414417
415418
.c1 {
@@ -439,6 +442,7 @@ exports[`Button states renders smaller only icon 1`] = `
439442
>
440443
<svg
441444
class="c2 button-icon"
445+
rotate="0"
442446
title="plus"
443447
>
444448
<use

0 commit comments

Comments
 (0)