From b60a09196a5363b1d89af85b0bac4220ef3f5db7 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sat, 23 May 2026 09:27:02 -0700 Subject: [PATCH] Fix Folder SVG default sizing --- frontend/src/components/FileExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/FileExplorer.tsx b/frontend/src/components/FileExplorer.tsx index b405e1e..1ce7d8d 100644 --- a/frontend/src/components/FileExplorer.tsx +++ b/frontend/src/components/FileExplorer.tsx @@ -12,7 +12,7 @@ import { import api from '@/lib/api'; const Folder = ({ className, style }: { className?: string, style?: React.CSSProperties }) => ( - + );