Access logs working

This commit is contained in:
Owen
2025-10-22 17:42:27 -07:00
parent 7f981f05fb
commit 0211f75cb6
28 changed files with 1003 additions and 79 deletions

View File

@@ -373,8 +373,8 @@ export function LogDataTable<TData, TValue>({
typeof actionValue === "boolean"
) {
className = actionValue
? "bg-green-100 dark:bg-green-900"
: "bg-red-100 dark:bg-red-900";
? "bg-green-100 dark:bg-green-900/50"
: "bg-red-100 dark:bg-red-900/50";
}
return (