fix: File view
Deksripsi: - Tampilan file view pdf - Optimalisasi admin ## No Isuue
This commit is contained in:
@@ -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.{" "}
|
||||
|
||||
Reference in New Issue
Block a user