From 22ca4882bc12096aa80a1c7b6a5aa2aa5b732900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sun, 21 May 2023 15:08:23 +0100 Subject: [PATCH] fix: restore missing card border --- src/features/file-listing/FileRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/file-listing/FileRow.tsx b/src/features/file-listing/FileRow.tsx index bd4f0b8..9b2be79 100644 --- a/src/features/file-listing/FileRow.tsx +++ b/src/features/file-listing/FileRow.tsx @@ -56,7 +56,7 @@ export function FileRow({ id, file }: FileRowProps) { }, [dispatch, id, onClose]); return ( - +