Skip to content

Commit cb6ad15

Browse files
更新 Studio.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a8abdac commit cb6ad15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/playground/src/pages/Studio.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ const StudioEditor = ({ exampleId, initialJson }: { exampleId: ExampleKey, initi
364364
) : (
365365
<div className="flex flex-col items-center gap-4">
366366
<div className="relative">
367+
{/* Dual spinner: outer uses animate-spin and inner uses animate-spin-reverse for a counter-rotating loading effect */}
367368
<div className="w-12 h-12 border-4 border-indigo-200 border-t-indigo-600 rounded-full animate-spin"></div>
368369
<div className="absolute inset-0 w-12 h-12 border-4 border-purple-200 border-t-purple-600 rounded-full animate-spin-reverse"></div>
369370
</div>

0 commit comments

Comments
 (0)