Fix dibagian auth dan profile

This commit is contained in:
2024-12-26 17:19:57 +08:00
parent 5448c3a001
commit d8f56309b0
15 changed files with 142 additions and 71 deletions

View File

@@ -31,7 +31,7 @@ export default function ComponentGlobal_BoxInformation({
>
* Report
</Text>
<Text fz={fonsize ? fonsize : 12} c={"white"}>
<Text fz={fonsize ? fonsize : 12} c={MainColor.white}>
{informasi}
</Text>
</Stack>
@@ -39,7 +39,7 @@ export default function ComponentGlobal_BoxInformation({
<Group>
<Text fz={fonsize ? fonsize : 12} c={"red"} fw={"bold"}>
*{" "}
<Text span inherit c={"white"} fw={"normal"}>
<Text span inherit c={MainColor.white} fw={"normal"}>
{informasi}
</Text>
</Text>

View File

@@ -1,5 +1,6 @@
import { ComponentGlobal_CardStyles } from "@/app_modules/_global/component";
import { Box } from "@mantine/core";
import { MainColor } from "../color";
/**
*
@@ -28,6 +29,7 @@ export function ComponentGlobal_BoxUploadImage({
height: "100%",
borderStyle: "dashed",
borderRadius: "5px",
borderColor: MainColor.white,
}}
>
{children}