Fix dibagian auth dan profile
This commit is contained in:
@@ -2,7 +2,8 @@ export const MainColor = {
|
||||
black: "#202020",
|
||||
darkblue: "#001D3D",
|
||||
yellow: "#E1B525",
|
||||
white: "#D4D0D0"
|
||||
white: "#D4D0D0",
|
||||
red: "#C74E4E"
|
||||
};
|
||||
|
||||
export const AccentColor = {
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function UIGlobal_LayoutHeaderTamplate({
|
||||
customButtonLeft
|
||||
) : (
|
||||
<ActionIcon
|
||||
c={"white"}
|
||||
c={MainColor.white}
|
||||
variant="transparent"
|
||||
radius={"xl"}
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user