Skip to content

Commit

Permalink
product row
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 5, 2024
1 parent 9e4238b commit 347e2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rows/ProductsSlideRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ProductsSlideRow() {
]}
className={cn(
'h-[896px] w-full hover:cursor-grab active:cursor-grabbing sm:h-[1152px]',
'bg-gradient-to-b from-white via-zinc-200 to-white',
'bg-gradient-to-b from-white via-zinc-100 to-white',
'dark:from-zinc-950 dark:via-indigo-950 dark:to-zinc-950',
)}
>
Expand Down

0 comments on commit 347e2d7

Please sign in to comment.