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

@@ -2,7 +2,8 @@ export const MainColor = {
black: "#202020",
darkblue: "#001D3D",
yellow: "#E1B525",
white: "#D4D0D0"
white: "#D4D0D0",
red: "#C74E4E"
};
export const AccentColor = {

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}

View File

@@ -67,7 +67,7 @@ export default function UIGlobal_LayoutHeaderTamplate({
customButtonLeft
) : (
<ActionIcon
c={"white"}
c={MainColor.white}
variant="transparent"
radius={"xl"}
onClick={() => {