From cf86a4f0c32bbbf6bd7677c21df9dffa7342bebc Mon Sep 17 00:00:00 2001 From: diced Date: Thu, 13 Jun 2024 21:36:59 -0700 Subject: [PATCH] fix: padding on DashboardFileType --- src/components/file/DashboardFileType.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/file/DashboardFileType.tsx b/src/components/file/DashboardFileType.tsx index 14489d59..c47f36e1 100755 --- a/src/components/file/DashboardFileType.tsx +++ b/src/components/file/DashboardFileType.tsx @@ -28,7 +28,7 @@ function PlaceholderContent({ text, Icon }: { text: string; Icon: Icon }) { function Placeholder({ text, Icon, ...props }: { text: string; Icon: Icon; onClick?: () => void }) { return ( -
+
);