Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: empty state padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jun 20, 2024
1 parent 8d34bce commit 51685ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/EmptyState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const EmptyState: React.FC<Props> = ({
buttonLink,
}) => {
return (
<div className="flex flex-1 items-center justify-center rounded-lg border border-dashed shadow-sm">
<div className="flex flex-1 items-center justify-center rounded-lg border border-dashed shadow-sm py-8">
<div className="flex flex-col items-center gap-1 text-center max-w-sm">
<Icon className="w-10 h-10 text-muted-foreground" />
<h3 className="mt-4 text-lg font-semibold">{message}</h3>
Expand Down

0 comments on commit 51685ca

Please sign in to comment.