Skip to content

Commit

Permalink
wait text-color
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittcodes committed Oct 9, 2024
1 parent 4decb34 commit 5ad4ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/upload/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function Upload({
</button>
) : (
<button
className="ml-2 cursor-pointer rounded-3xl text-sm h-[42px] px-[28px] py-[6px] bg-[#7D54D14D] text-gray-300 shadow-lg"
className="ml-2 cursor-pointer rounded-3xl text-sm h-[42px] px-[28px] py-[6px] bg-[#7D54D14D] text-white shadow-lg"
disabled
>
{t('modals.uploadDoc.wait')}
Expand Down

0 comments on commit 5ad4ba6

Please sign in to comment.