We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a935e commit ad0d101Copy full SHA for ad0d101
1 file changed
apps/website/src/components/docs/component-preview.tsx
@@ -46,8 +46,8 @@ const ComponentPreview = ({ component, children }: ComponentPreviewProps) => {
46
<Showcase title="Preview">
47
<Suspense
48
fallback={
49
- <div className="flex items-center justify-center text-sm">
50
- <LoaderIcon className="mr-2 h-4 w-4 animate-spin" />
+ <div className="flex flex-col items-center justify-center text-sm text-neutral-700 dark:text-neutral-300">
+ <LoaderIcon size={14} className="animate-spin" />
51
<span>Preparing...</span>
52
</div>
53
}
0 commit comments