From 6ffcbaa221eeb185bb970a4eed388dcafe0948fc Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Mon, 12 Aug 2024 12:59:05 +0530 Subject: [PATCH] Darken the background of input boxes --- frontend/src/components/DownloadForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DownloadForm.js b/frontend/src/components/DownloadForm.js index ab6ebda..3ca6f07 100644 --- a/frontend/src/components/DownloadForm.js +++ b/frontend/src/components/DownloadForm.js @@ -107,7 +107,7 @@ const DownloadForm = () => { id="url" value={url} onChange={(e) => setUrl(e.target.value)} - className="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm" + className="mt-1 block w-full px-3 py-2 border border-gray-300 bg-zinc-800 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm text-gray-300" placeholder="Enter video URL" /> @@ -122,7 +122,7 @@ const DownloadForm = () => { id="quality" value={quality} onChange={(e) => setQuality(e.target.value)} - className="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm" + className="mt-1 block w-full px-3 py-2 border border-gray-300 bg-zinc-800 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 sm:text-sm text-gray-300" >