File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -1621,9 +1621,7 @@ exports[`Button Test > Size Test > without text > Size L 1`] = `
1621
1621
<div
1622
1622
class = " c1"
1623
1623
data-testid = " bezier-react-button-inner-content"
1624
- >
1625
-
1626
- </div >
1624
+ />
1627
1625
</button >
1628
1626
` ;
1629
1627
@@ -1693,9 +1691,7 @@ exports[`Button Test > Size Test > without text > Size M 1`] = `
1693
1691
<div
1694
1692
class = " c1"
1695
1693
data-testid = " bezier-react-button-inner-content"
1696
- >
1697
-
1698
- </div >
1694
+ />
1699
1695
</button >
1700
1696
` ;
1701
1697
@@ -1765,9 +1761,7 @@ exports[`Button Test > Size Test > without text > Size S 1`] = `
1765
1761
<div
1766
1762
class = " c1"
1767
1763
data-testid = " bezier-react-button-inner-content"
1768
- >
1769
-
1770
- </div >
1764
+ />
1771
1765
</button >
1772
1766
` ;
1773
1767
@@ -1837,9 +1831,7 @@ exports[`Button Test > Size Test > without text > Size XL 1`] = `
1837
1831
<div
1838
1832
class = " c1"
1839
1833
data-testid = " bezier-react-button-inner-content"
1840
- >
1841
-
1842
- </div >
1834
+ />
1843
1835
</button >
1844
1836
` ;
1845
1837
@@ -1909,9 +1901,7 @@ exports[`Button Test > Size Test > without text > Size XS 1`] = `
1909
1901
<div
1910
1902
class = " c1"
1911
1903
data-testid = " bezier-react-button-inner-content"
1912
- >
1913
-
1914
- </div >
1904
+ />
1915
1905
</button >
1916
1906
` ;
1917
1907
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ exports[`ListItem Snapshot > 1`] = `
85
85
background - color : #0000000D ;
86
86
}
87
87
88
- .c0:hover .sc-iCoGMd {
88
+ .c0:hover .sc-iBkjds {
89
89
color : #00000066 ;
90
90
}
91
91
You can’t perform that action at this time.
0 commit comments