(feat:transitions) uniform color and animation

This commit is contained in:
ManishMadan2882
2025-02-14 17:38:58 +05:30
parent 200a3b81e5
commit cd06334049
3 changed files with 160 additions and 169 deletions

View File

@@ -146,7 +146,7 @@ function LogsTable({ logs, setPage, loading }: LogsTableProps) {
className="flex flex-col items-start h-[51vh] overflow-y-auto bg-transparent flex-grow gap-px"
>
{loading ? (
<SkeletonLoader component="logsTable" />
<SkeletonLoader component="logs" />
) : (
logs.map((log, index) => {
if (index === logs.length - 1) {