From 773e105d206e2206680b6d2f885ecc5f6f61ed2e Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 4 Jan 2024 21:56:20 +0800 Subject: [PATCH] add dot background --- web_app/src/App.tsx | 2 +- web_app/src/components/FileSelect.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_app/src/App.tsx b/web_app/src/App.tsx index 75431ee..e00ec21 100644 --- a/web_app/src/App.tsx +++ b/web_app/src/App.tsx @@ -152,7 +152,7 @@ function Home() { }) return ( -
+
diff --git a/web_app/src/components/FileSelect.tsx b/web_app/src/components/FileSelect.tsx index e979d35..c75da22 100644 --- a/web_app/src/components/FileSelect.tsx +++ b/web_app/src/components/FileSelect.tsx @@ -37,7 +37,7 @@ export default function FileSelect(props: FileSelectProps) {