diff --git a/packages/presentation/ui/src/chat/shimmer.tsx b/packages/presentation/ui/src/chat/shimmer.tsx index 52bb5cbd..ac4adeb7 100644 --- a/packages/presentation/ui/src/chat/shimmer.tsx +++ b/packages/presentation/ui/src/chat/shimmer.tsx @@ -27,7 +27,7 @@ export function Shimmer({ style={ { backgroundImage: - 'linear-gradient(90deg, transparent 35%, var(--color-background), transparent 65%), linear-gradient(var(--color-muted-foreground), var(--color-muted-foreground))', + 'linear-gradient(90deg, transparent 35%, var(--background), transparent 65%), linear-gradient(var(--muted-foreground), var(--muted-foreground))', backgroundRepeat: 'no-repeat', } satisfies React.CSSProperties }