File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export default function AdminUsersManager() {
193
193
return (
194
194
< Card >
195
195
< CardContent className = "flex items-center justify-center py-8" >
196
- < div className = "animate-spin rounded-full h-8 w-8 border-b-2 border-gray-900 " > </ div >
196
+ < div className = "animate-spin rounded-full h-8 w-8 border-b-2 border-primary " > </ div >
197
197
</ CardContent >
198
198
</ Card >
199
199
) ;
Original file line number Diff line number Diff line change @@ -364,13 +364,13 @@ export default function BinariesManager() {
364
364
{ [ ...Array ( 6 ) ] . map ( ( _ , i ) => (
365
365
< Card key = { i } className = "animate-pulse" >
366
366
< CardHeader >
367
- < div className = "h-4 bg-gray-200 rounded w-3/4" > </ div >
368
- < div className = "h-3 bg-gray-200 rounded w-1/2" > </ div >
367
+ < div className = "h-4 bg-muted rounded w-3/4" > </ div >
368
+ < div className = "h-3 bg-muted rounded w-1/2" > </ div >
369
369
</ CardHeader >
370
370
< CardContent >
371
371
< div className = "space-y-2" >
372
- < div className = "h-3 bg-gray-200 rounded" > </ div >
373
- < div className = "h-3 bg-gray-200 rounded w-2/3" > </ div >
372
+ < div className = "h-3 bg-muted rounded" > </ div >
373
+ < div className = "h-3 bg-muted rounded w-2/3" > </ div >
374
374
</ div >
375
375
</ CardContent >
376
376
</ Card >
Original file line number Diff line number Diff line change @@ -276,13 +276,13 @@ export default function EnvironmentsManager() {
276
276
{ [ ...Array ( 6 ) ] . map ( ( _ , i ) => (
277
277
< Card key = { i } className = "animate-pulse" >
278
278
< CardHeader >
279
- < div className = "h-4 bg-gray-200 rounded w-3/4" > </ div >
280
- < div className = "h-3 bg-gray-200 rounded w-1/2" > </ div >
279
+ < div className = "h-4 bg-muted rounded w-3/4" > </ div >
280
+ < div className = "h-3 bg-muted rounded w-1/2" > </ div >
281
281
</ CardHeader >
282
282
< CardContent >
283
283
< div className = "space-y-2" >
284
- < div className = "h-3 bg-gray-200 rounded" > </ div >
285
- < div className = "h-3 bg-gray-200 rounded w-2/3" > </ div >
284
+ < div className = "h-3 bg-muted rounded" > </ div >
285
+ < div className = "h-3 bg-muted rounded w-2/3" > </ div >
286
286
</ div >
287
287
</ CardContent >
288
288
</ Card >
Original file line number Diff line number Diff line change @@ -318,13 +318,13 @@ export default function RunsManager() {
318
318
{ [ ...Array ( 5 ) ] . map ( ( _ , i ) => (
319
319
< Card key = { i } className = "animate-pulse" >
320
320
< CardHeader >
321
- < div className = "h-4 bg-gray-200 rounded w-3/4" > </ div >
322
- < div className = "h-3 bg-gray-200 rounded w-1/2" > </ div >
321
+ < div className = "h-4 bg-muted rounded w-3/4" > </ div >
322
+ < div className = "h-3 bg-muted rounded w-1/2" > </ div >
323
323
</ CardHeader >
324
324
< CardContent >
325
325
< div className = "space-y-2" >
326
- < div className = "h-3 bg-gray-200 rounded" > </ div >
327
- < div className = "h-3 bg-gray-200 rounded w-2/3" > </ div >
326
+ < div className = "h-3 bg-muted rounded" > </ div >
327
+ < div className = "h-3 bg-muted rounded w-2/3" > </ div >
328
328
</ div >
329
329
</ CardContent >
330
330
</ Card >
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export default function TokensManager() {
200
200
if ( loading ) {
201
201
return (
202
202
< div className = "flex items-center justify-center py-8" >
203
- < div className = "animate-spin rounded-full h-8 w-8 border-b-2 border-gray-900 " > </ div >
203
+ < div className = "animate-spin rounded-full h-8 w-8 border-b-2 border-primary " > </ div >
204
204
</ div >
205
205
) ;
206
206
}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function AdminPage() {
93
93
return (
94
94
< div className = "min-h-screen flex items-center justify-center" >
95
95
< div className = "text-center" >
96
- < div className = "animate-spin rounded-full h-32 w-32 border-b-2 border-gray-900 mx-auto" > </ div >
96
+ < div className = "animate-spin rounded-full h-32 w-32 border-b-2 border-primary mx-auto" > </ div >
97
97
< p className = "mt-4" > Loading admin panel...</ p >
98
98
</ div >
99
99
</ div >
You can’t perform that action at this time.
0 commit comments