fix responsive admin investasi
deksripsi: - table per status - detail per status
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user