@@ -108,7 +108,10 @@ export default function Story() {
108
108
</ div >
109
109
< div className = "flex flex-col items-start gap-2" >
110
110
< Header3 className = "mb-1 uppercase" > Loading</ Header3 >
111
- < Button variant = "primary/small" LeadingIcon = { Spinner } >
111
+ < Button
112
+ variant = "primary/small"
113
+ LeadingIcon = { < Spinner color = "white" className = "size-3.5" /> }
114
+ >
112
115
Loading Primary…
113
116
</ Button >
114
117
< Button variant = "secondary/small" LeadingIcon = { Spinner } >
@@ -120,7 +123,10 @@ export default function Story() {
120
123
< Button variant = "minimal/small" LeadingIcon = { Spinner } >
121
124
Loading Minimal…
122
125
</ Button >
123
- < Button variant = "danger/small" LeadingIcon = { Spinner } >
126
+ < Button
127
+ variant = "danger/small"
128
+ LeadingIcon = { < Spinner color = "white" className = "size-3.5" /> }
129
+ >
124
130
Loading Danger…
125
131
</ Button >
126
132
</ div >
@@ -231,7 +237,10 @@ export default function Story() {
231
237
</ div >
232
238
< div className = "flex flex-col items-start gap-2" >
233
239
< Header3 className = "mb-1 uppercase" > Loading</ Header3 >
234
- < Button variant = "primary/medium" LeadingIcon = { Spinner } >
240
+ < Button
241
+ variant = "primary/medium"
242
+ LeadingIcon = { < Spinner color = "white" className = "size-4" /> }
243
+ >
235
244
Loading Primary…
236
245
</ Button >
237
246
< Button variant = "secondary/medium" LeadingIcon = { Spinner } >
@@ -243,7 +252,10 @@ export default function Story() {
243
252
< Button variant = "minimal/medium" LeadingIcon = { Spinner } >
244
253
Loading Minimal…
245
254
</ Button >
246
- < Button variant = "danger/medium" LeadingIcon = { Spinner } >
255
+ < Button
256
+ variant = "danger/medium"
257
+ LeadingIcon = { < Spinner color = "white" className = "size-4" /> }
258
+ >
247
259
Loading Danger…
248
260
</ Button >
249
261
</ div >
@@ -279,12 +291,12 @@ export default function Story() {
279
291
< div className = "flex flex-col gap-2" >
280
292
< div className = "flex flex-col items-start gap-2" >
281
293
< Button variant = "primary/large" fullWidth >
282
- < GitHubDarkIcon className = { "mr-1.5 size-[1.2rem]" } />
283
- < span className = "text-charcoal-900 " > Continue with GitHub</ span >
294
+ < GitHubLightIcon className = { "mr-1.5 size-[1.2rem]" } />
295
+ < span className = "text-text-bright " > Continue with GitHub</ span >
284
296
</ Button >
285
297
< Button variant = "secondary/large" fullWidth >
286
- < EnvelopeIcon className = { "mr-1.5 h-5 w-5 text-secondary transition" } />
287
- < span className = "text-secondary " > Continue with Email</ span >
298
+ < EnvelopeIcon className = { "mr-1.5 size-[1.2rem] text- text-bright transition" } />
299
+ < span className = "text-text-bright " > Continue with Email</ span >
288
300
</ Button >
289
301
< Button variant = "tertiary/large" fullWidth >
290
302
< GitHubLightIcon className = { "mr-1.5 size-[1.2rem]" } />
@@ -306,22 +318,20 @@ export default function Story() {
306
318
< div className = "flex flex-col gap-2" >
307
319
< div className = "flex flex-col items-start gap-2" >
308
320
< Button variant = "primary/extra-large" fullWidth >
309
- < GitHubDarkIcon className = { "mr-1.5 h-5 w -5" } />
310
- < span className = "text-charcoal-900 " > Continue with GitHub</ span >
321
+ < GitHubLightIcon className = { "mr-1.5 size -5" } />
322
+ < span className = "text-text-bright " > Continue with GitHub</ span >
311
323
</ Button >
312
324
< Button variant = "secondary/extra-large" fullWidth >
313
- < EnvelopeIcon className = { "mr-1.5 h-5 w-5 text-secondary transition" } />
314
- < span className = "text-secondary " > Continue with Email</ span >
325
+ < EnvelopeIcon className = { "mr-1.5 h-5 w-5 text-text-bright transition" } />
326
+ < span className = "text-text-bright " > Continue with Email</ span >
315
327
</ Button >
316
328
< Button variant = "tertiary/extra-large" fullWidth >
317
- < GitHubLightIcon className = { "mr-1.5 h-5 w -5" } />
329
+ < GitHubLightIcon className = { "mr-1.5 size -5" } />
318
330
< span className = "text-text-bright" > Continue with GitHub</ span >
319
331
</ Button >
320
332
< Button variant = "danger/extra-large" fullWidth >
321
333
< TrashIcon
322
- className = {
323
- "mr-1.5 h-5 w-5 text-text-bright transition group-hover:text-text-bright"
324
- }
334
+ className = { "mr-1.5 size-5 text-text-bright transition group-hover:text-text-bright" }
325
335
/>
326
336
< span className = "text-text-bright" > This is a delete button</ span >
327
337
</ Button >
0 commit comments