Fix dibagian auth dan profile
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user