style(lists): remove skeleton card wrapper

This commit is contained in:
2026-04-29 13:36:33 +03:30
parent 60aa9c035a
commit d348eed47d

View File

@@ -25,7 +25,7 @@ export function ListPageSkeleton({
: "grid grid-cols-1 gap-4 md:grid-cols-2 2xl:grid-cols-3";
return (
<div className="flex flex-1 flex-col rounded-3xl border border-slate-200 bg-white p-5 shadow-sm dark:border-slate-800 dark:bg-slate-900 sm:p-6">
<div>
{variant === "list" ? (
<div className="flex flex-1 flex-col gap-4 animate-pulse">
{items.map((item) => (