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() {
193193 return (
194194 < Card >
195195 < 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 >
197197 </ CardContent >
198198 </ Card >
199199 ) ;
Original file line number Diff line number Diff line change @@ -364,13 +364,13 @@ export default function BinariesManager() {
364364 { [ ...Array ( 6 ) ] . map ( ( _ , i ) => (
365365 < Card key = { i } className = "animate-pulse" >
366366 < 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 >
369369 </ CardHeader >
370370 < CardContent >
371371 < 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 >
374374 </ div >
375375 </ CardContent >
376376 </ Card >
Original file line number Diff line number Diff line change @@ -276,13 +276,13 @@ export default function EnvironmentsManager() {
276276 { [ ...Array ( 6 ) ] . map ( ( _ , i ) => (
277277 < Card key = { i } className = "animate-pulse" >
278278 < 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 >
281281 </ CardHeader >
282282 < CardContent >
283283 < 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 >
286286 </ div >
287287 </ CardContent >
288288 </ Card >
Original file line number Diff line number Diff line change @@ -318,13 +318,13 @@ export default function RunsManager() {
318318 { [ ...Array ( 5 ) ] . map ( ( _ , i ) => (
319319 < Card key = { i } className = "animate-pulse" >
320320 < 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 >
323323 </ CardHeader >
324324 < CardContent >
325325 < 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 >
328328 </ div >
329329 </ CardContent >
330330 </ Card >
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export default function TokensManager() {
200200 if ( loading ) {
201201 return (
202202 < 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 >
204204 </ div >
205205 ) ;
206206 }
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function AdminPage() {
9393 return (
9494 < div className = "min-h-screen flex items-center justify-center" >
9595 < 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 >
9797 < p className = "mt-4" > Loading admin panel...</ p >
9898 </ div >
9999 </ div >
You can’t perform that action at this time.
0 commit comments