We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684bccb commit ea5d2aeCopy full SHA for ea5d2ae
1 file changed
src/components/button/__snapshots__/button.test.js.snap
@@ -291,6 +291,7 @@ exports[`Button states renders only icon 1`] = `
291
width: 16px;
292
opacity: 1;
293
pointer-events: unset;
294
+ transform: rotate(0deg);
295
}
296
297
.c1 {
@@ -320,6 +321,7 @@ exports[`Button states renders only icon 1`] = `
320
321
>
322
<svg
323
class="c2 button-icon"
324
+ rotate="0"
325
title="plus"
326
327
<use
@@ -410,6 +412,7 @@ exports[`Button states renders smaller only icon 1`] = `
410
412
411
413
414
415
416
417
418
@@ -439,6 +442,7 @@ exports[`Button states renders smaller only icon 1`] = `
439
442
440
443
441
444
445
446
447
448
0 commit comments