From a9f671eeaa17e0d41215677e58d5ab0f36fe6b15 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 15 Jul 2023 08:55:48 -0400 Subject: [PATCH] active task messaghe --- src/components/MyActiveJobs/ActiveJobMessage.jsx | 2 +- src/index.css | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/MyActiveJobs/ActiveJobMessage.jsx b/src/components/MyActiveJobs/ActiveJobMessage.jsx index 8bc4abd..9feb091 100644 --- a/src/components/MyActiveJobs/ActiveJobMessage.jsx +++ b/src/components/MyActiveJobs/ActiveJobMessage.jsx @@ -32,7 +32,7 @@ export default function ActiveJobMessage({ activeJobMesList }) { {currentActiveJobMesList.map((item, index) => ( -
+
{item.msg_date} {item.msg_firstname}
diff --git a/src/index.css b/src/index.css index 15e7d7c..0bc0a72 100644 --- a/src/index.css +++ b/src/index.css @@ -11,6 +11,14 @@ font-family: "Product Sans"; src: url("./assets/fonts/Product Sans Bold.ttf"); } +.SENDER{ + margin-left: 60px !important; + background-color: azure; +} +.RECIPIENT{ + margin-right: 60px !important; + background-color: lightblue; +} .wallet-box{ background-color: aliceblue; border-radius: 20px; @@ -47,9 +55,11 @@ border-radius: 15px; } .msg_header{ - background-color: #1a3544; - color: white; + background-color: white; + color: black; font-weight: bold; + border-radius: 9px; + font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; } .siderCardDescription{ background-color: aliceblue;