We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fda7cd commit c282e39Copy full SHA for c282e39
src/components/Homepage/ValuesMarquee/Fallback.tsx
@@ -5,7 +5,7 @@ import { Spinner } from "@/components/ui/spinner"
5
6
const ValuesMarqueeFallback = () => (
7
<div className="mt-19 max-2xl:-mx-4 2xl:rounded-2xl">
8
- <Skeleton className="relative h-fit bg-blue-100 dark:bg-blue-800">
+ <Skeleton className="relative h-fit bg-blue-50 dark:bg-blue-600">
9
<div className="flex h-fit max-w-full items-center gap-10 overflow-x-hidden py-8">
10
{Array.from({ length: 10 }).map((_, i) => (
11
<Fragment key={i}>
0 commit comments