refactor: update agent API schemas, standardize UI text styling, and enhance settlement credit ledger components
This commit is contained in:
@@ -75,7 +75,7 @@ export function AdminTableNoResourceRow({
|
||||
compact?: boolean;
|
||||
}): ReactElement {
|
||||
return (
|
||||
<TableRow className={className}>
|
||||
<TableRow className={cn("hover:bg-transparent", className)}>
|
||||
<TableCell colSpan={colSpan} className={cn("text-muted-foreground", cellClassName)}>
|
||||
<AdminNoResourceState message={message} compact={compact} />
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user