feat(design): neon/AI look with gradient loading states

This commit is contained in:
opencode
2026-08-06 07:08:01 +02:00
parent f3b4fa553b
commit 01982964bb
49 changed files with 4811 additions and 25 deletions
@@ -6,7 +6,7 @@ function Skeleton({
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
className={cn("animate-pulse rounded-md bg-primary/10", className)}
className={cn("loading-gradient rounded-md border border-border/60", className)}
{...props}
/>
)