From d49faeee6b46a283712558faefc9d0787498583f Mon Sep 17 00:00:00 2001 From: Hement Chhabra Date: Sun, 8 Dec 2024 23:35:58 -0500 Subject: [PATCH] fixed upload button --- frontend/app/upload/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/upload/page.tsx b/frontend/app/upload/page.tsx index 3579d11..06d348f 100644 --- a/frontend/app/upload/page.tsx +++ b/frontend/app/upload/page.tsx @@ -191,7 +191,7 @@ export default function UploadFile() { type="submit" style={{ padding: '10px 20px', - backgroundColor: '#007bff', + backgroundColor: '#006ee5', color: 'white', border: 'none', borderRadius: '4px',