style: refine shared UI primitives and management flows

This commit is contained in:
2026-07-09 23:06:25 +05:30
parent 0e8108b875
commit 8727963c54
70 changed files with 631 additions and 254 deletions

View File

@@ -259,7 +259,7 @@ function DataTableContent<TData, TValue>({
}
/>
<div className="overflow-hidden rounded-lg border border-border bg-background">
<div className="overflow-hidden rounded-lg border bg-background">
<Table
containerClassName="max-h-[calc(100vh-350px)] overflow-auto"
className="table-fixed border-separate border-spacing-0"