fix responsive admin investasi

deksripsi:
- table per status
- detail per status
This commit is contained in:
2025-04-21 17:32:24 +08:00
parent 8416f8c06d
commit c85b4f3b80
17 changed files with 672 additions and 530 deletions

View File

@@ -1,4 +1,4 @@
import { Text } from "@mantine/core";
import { MantineStyleSystemProps, SystemProp, Text } from "@mantine/core";
import { MainColor } from "../color";
export default function ComponentGlobal_TampilanRupiah({
@@ -15,7 +15,7 @@ export default function ComponentGlobal_TampilanRupiah({
return (
<>
<Text
fw={fontWeight ? fontWeight : "bold"}
fw={fontWeight ?? "bold"}
fz={fontSize ? fontSize : "md"}
style={{
color: color ? color : MainColor.white,