From 04730ba8c7bbe4027e3f336dbd24a809f86591d6 Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Tue, 18 Feb 2025 04:20:20 +0530 Subject: [PATCH] (feat:theme)exacting the designs --- frontend/src/Hero.tsx | 2 +- frontend/src/modals/WrapperModal.tsx | 2 +- frontend/src/upload/Upload.tsx | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 9fe965a1..a000ab2e 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -37,7 +37,7 @@ export default function Hero({ @@ -706,7 +706,7 @@ function Upload({ } }} disabled={isUploadDisabled()} - className={`rounded-3xl px-4 py-2 font-medium ${ + className={`rounded-3xl px-4 py-2 font-medium text-[14px] ${ isUploadDisabled() ? 'cursor-not-allowed bg-gray-300 text-gray-500' : 'cursor-pointer bg-purple-30 text-white hover:bg-purple-40'