fix di katalog, tambahan di event dan investasi

This commit is contained in:
2024-12-27 17:11:44 +08:00
parent b467aedece
commit 3ae83c01ea
20 changed files with 116 additions and 68 deletions

View File

@@ -34,7 +34,7 @@ export function ComponentPortofolio_DaftarBoxView({
>
<Group position="apart">
<Stack spacing={0} w={"80%"}>
<Text fw={"bold"} lineClamp={1} w={"80%"}>
<Text c={MainColor.white} fw={"bold"} lineClamp={1} w={"80%"}>
{data?.namaBisnis}
</Text>
<Text fz={10} c={MainColor.yellow}>
@@ -52,7 +52,7 @@ export function ComponentPortofolio_DaftarBoxView({
{/* GA PAKE LOADING */}
<IconCaretRight color="white" size={25} />
<IconCaretRight color={MainColor.white} size={25} />
</Stack>
</Group>
</Paper>