We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Switch
1 parent df99a53 commit 205bda7Copy full SHA for 205bda7
packages/components/test/__snapshots__/index.js.snap
@@ -1649,6 +1649,7 @@ exports[`Switch renders 1`] = `
1649
display: -ms-flexbox;
1650
display: flex;
1651
cursor: pointer;
1652
+ gap: 8px;
1653
}
1654
1655
.emotion-1 {
@@ -1675,7 +1676,6 @@ exports[`Switch renders 1`] = `
1675
1676
border-radius: 18px;
1677
height: 22px;
1678
width: 40px;
- margin-right: 8px;
1679
padding: 2px;
1680
1681
@@ -1738,7 +1738,6 @@ input:checked~.emotion-2>div {
1738
className="emotion-3"
1739
/>
1740
</div>
1741
- <span />
1742
</label>
1743
`;
1744
0 commit comments