This commit is contained in:
2024-10-02 18:59:42 +05:30
parent 6630723092
commit cfd811708a
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ const Notification = () => {
"Type": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} >
<Badge color={'blue.500'} variant={'ghost'} fontWeight={"700"} px={2} py={0.5}>
<Badge color={"forestGreen.500"} variant={'ghost'} fontWeight={"700"} px={2} py={0.5}>
{item?.investor_type?.investorTypeName}
</Badge>
</Text>

View File

@@ -224,7 +224,7 @@ const InvestorDetails = () => {
"Type": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} >
<Badge colorScheme={item.ioStatus ? "gray" : "green"} variant={'outline'} fontWeight={"700"} px={2} py={0.5}>
<Badge color={"forestGreen.500"} variant={'ghost'} fontWeight={"700"} px={2} py={0.5}>
{item?.investor_type?.investorTypeName}
</Badge>
</Text>