align updated

This commit is contained in:
2024-08-30 16:53:31 +05:30
parent ede34c1b41
commit d2d18d435f

View File

@@ -181,8 +181,8 @@ const ViewIOTable = () => {
</Box>
),
"Goal Amount": (
<Box w={"100%"} display={"flex"} justifyContent={"end"}>
<Text color={"teal.900"} fontWeight={"500"}>
<Box w={"100%"} display={"flex"} justifyContent={"end"} alignItems={'center'}>
<Text as={"span"} color={"teal.900"} fontWeight={"500"}>
{/* {item.goalAmount
? formatCurrency(removeTrailingZeros(item.goalAmount))
: "---"} */}