@@ -257,6 +257,7 @@ exports[`Button respects block prop 1`] = `
257
257
grid - area : text ;
258
258
margin - right : 0px ! important ;
259
259
place - self : center ;
260
+ color : fg .muted ;
260
261
}
261
262
262
263
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -573,6 +574,7 @@ exports[`Button respects the alignContent prop 1`] = `
573
574
grid - area : text ;
574
575
margin - right : 0px ! important ;
575
576
place - self : center ;
577
+ color : fg .muted ;
576
578
}
577
579
578
580
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -888,6 +890,7 @@ exports[`Button respects the large size prop 1`] = `
888
890
grid - area : text ;
889
891
margin - right : 0px ! important ;
890
892
place - self : center ;
893
+ color : fg .muted ;
891
894
}
892
895
893
896
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -1204,6 +1207,7 @@ exports[`Button respects the small size prop 1`] = `
1204
1207
grid - area : text ;
1205
1208
margin - right : 0px ! important ;
1206
1209
place - self : center ;
1210
+ color : fg .muted ;
1207
1211
}
1208
1212
1209
1213
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -1522,6 +1526,7 @@ exports[`Button styles danger button appropriately 1`] = `
1522
1526
grid - area : text ;
1523
1527
margin - right : 0px ! important ;
1524
1528
place - self : center ;
1529
+ color : fg .muted ;
1525
1530
}
1526
1531
1527
1532
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -1840,6 +1845,7 @@ exports[`Button styles invisible button appropriately 1`] = `
1840
1845
grid - area : text ;
1841
1846
margin - right : 0px ! important ;
1842
1847
place - self : center ;
1848
+ color : fg .muted ;
1843
1849
}
1844
1850
1845
1851
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
@@ -2163,6 +2169,7 @@ exports[`Button styles primary button appropriately 1`] = `
2163
2169
grid - area : text ;
2164
2170
margin - right : 0px ! important ;
2165
2171
place - self : center ;
2172
+ color : fg .muted ;
2166
2173
}
2167
2174
2168
2175
.c0 [data-component="loadingSpinner"] + [data-component="text"] {
0 commit comments