fix: File view

Deksripsi:
- Tampilan file view pdf
- Optimalisasi admin
## No Isuue
This commit is contained in:
2024-09-06 11:36:53 +08:00
parent 74108c3096
commit 84b7b381f6
112 changed files with 2230 additions and 807 deletions

View File

@@ -5,17 +5,20 @@ export default function ComponentGlobal_TampilanRupiah({
nominal,
color,
fontSize,
fontWeight,
}: {
nominal: number;
color?: string;
fontSize?: number;
fontSize?: number | string;
fontWeight?: string | number;
}) {
return (
<>
<Text
fw={fontWeight ? fontWeight : "bold"}
fz={fontSize ? fontSize : "md"}
style={{
color: color ? color : "black",
color: color ? color : "white",
}}
>
Rp.{" "}