@@ -108,7 +108,10 @@ export default function Story() {
108108 </ div >
109109 < div className = "flex flex-col items-start gap-2" >
110110 < 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+ >
112115 Loading Primary…
113116 </ Button >
114117 < Button variant = "secondary/small" LeadingIcon = { Spinner } >
@@ -120,7 +123,10 @@ export default function Story() {
120123 < Button variant = "minimal/small" LeadingIcon = { Spinner } >
121124 Loading Minimal…
122125 </ Button >
123- < Button variant = "danger/small" LeadingIcon = { Spinner } >
126+ < Button
127+ variant = "danger/small"
128+ LeadingIcon = { < Spinner color = "white" className = "size-3.5" /> }
129+ >
124130 Loading Danger…
125131 </ Button >
126132 </ div >
@@ -231,7 +237,10 @@ export default function Story() {
231237 </ div >
232238 < div className = "flex flex-col items-start gap-2" >
233239 < 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+ >
235244 Loading Primary…
236245 </ Button >
237246 < Button variant = "secondary/medium" LeadingIcon = { Spinner } >
@@ -243,7 +252,10 @@ export default function Story() {
243252 < Button variant = "minimal/medium" LeadingIcon = { Spinner } >
244253 Loading Minimal…
245254 </ Button >
246- < Button variant = "danger/medium" LeadingIcon = { Spinner } >
255+ < Button
256+ variant = "danger/medium"
257+ LeadingIcon = { < Spinner color = "white" className = "size-4" /> }
258+ >
247259 Loading Danger…
248260 </ Button >
249261 </ div >
@@ -279,12 +291,12 @@ export default function Story() {
279291 < div className = "flex flex-col gap-2" >
280292 < div className = "flex flex-col items-start gap-2" >
281293 < 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 >
284296 </ Button >
285297 < 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 >
288300 </ Button >
289301 < Button variant = "tertiary/large" fullWidth >
290302 < GitHubLightIcon className = { "mr-1.5 size-[1.2rem]" } />
@@ -306,22 +318,20 @@ export default function Story() {
306318 < div className = "flex flex-col gap-2" >
307319 < div className = "flex flex-col items-start gap-2" >
308320 < 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 >
311323 </ Button >
312324 < 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 >
315327 </ Button >
316328 < Button variant = "tertiary/extra-large" fullWidth >
317- < GitHubLightIcon className = { "mr-1.5 h-5 w -5" } />
329+ < GitHubLightIcon className = { "mr-1.5 size -5" } />
318330 < span className = "text-text-bright" > Continue with GitHub</ span >
319331 </ Button >
320332 < Button variant = "danger/extra-large" fullWidth >
321333 < 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" }
325335 />
326336 < span className = "text-text-bright" > This is a delete button</ span >
327337 </ Button >
0 commit comments