fix list resources endpoint and more color tweaks

This commit is contained in:
Milo Schwartz
2024-10-17 00:29:18 -04:00
parent 3eca2ab08e
commit d677d9c8ea
6 changed files with 170 additions and 90 deletions

View File

@@ -69,7 +69,7 @@ export function DataTable<TData, TValue>({
.getColumn("name")
?.setFilterValue(event.target.value)
}
className="max-w-sm"
className="max-w-sm mr-2"
/>
<Button onClick={() => {
if (addSite) {