From a21eaa40f2f6fec8d4067bc7c5b96f8b11a25d77 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 15 Apr 2024 17:40:09 +0100 Subject: [PATCH] increased font size --- src/components/MyActiveJobs/ActiveJobs.jsx | 1 + src/components/attachmentCom/AttachFile.jsx | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/MyActiveJobs/ActiveJobs.jsx b/src/components/MyActiveJobs/ActiveJobs.jsx index 1ef3f3e..cb97ba4 100644 --- a/src/components/MyActiveJobs/ActiveJobs.jsx +++ b/src/components/MyActiveJobs/ActiveJobs.jsx @@ -544,6 +544,7 @@ function ActiveJobs(props) {
diff --git a/src/components/attachmentCom/AttachFile.jsx b/src/components/attachmentCom/AttachFile.jsx index f0f613d..7b6b294 100644 --- a/src/components/attachmentCom/AttachFile.jsx +++ b/src/components/attachmentCom/AttachFile.jsx @@ -4,7 +4,7 @@ import axios from 'axios' import usersService from '../../services/UsersService' -export default function AttachFile({data='', showOnData=false}) { +export default function AttachFile({data='', fontSize='text-sm', showOnData=false}) { const apiCall = new usersService() @@ -87,7 +87,7 @@ export default function AttachFile({data='', showOnData=false}) {
-
+
{uploadedList.loading ?
@@ -98,7 +98,7 @@ export default function AttachFile({data='', showOnData=false}) { uploadedList.data.result_list.map((item, index) => { let fileNameExt = item.originalname.split('.')[item.originalname.split('.').length - 1] return( -