feat: add gradient to the body
This commit is contained in:
@@ -126,8 +126,8 @@ export function DataTable<TData, TValue>({
|
||||
});
|
||||
|
||||
return (
|
||||
<div className="rounded-xl border border-border/50 bg-muted/20 p-1 space-y-6">
|
||||
<div className="bg-background rounded-xl border border-border/50 overflow-hidden transition-all duration-300">
|
||||
<div className="rounded-xl border border-border/50 bg-muted/10 p-1 space-y-6">
|
||||
<div className="bg-background/40 dark:bg-background/60 backdrop-blur-xl rounded-xl border border-border/50 overflow-hidden transition-all duration-300">
|
||||
<TopHeader
|
||||
title={title}
|
||||
itemCount={data.length}
|
||||
|
||||
Reference in New Issue
Block a user