mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
Better response headers
This commit is contained in:
@@ -5,5 +5,9 @@ interface Props {
|
||||
}
|
||||
|
||||
export function EmptyStateText({ children }: Props) {
|
||||
return <div className="h-full text-gray-400 flex items-center justify-center">{children}</div>;
|
||||
return (
|
||||
<div className="rounded-lg border border-dashed border-highlight h-full text-gray-400 flex items-center justify-center">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user