Deskripsi:
- Penerapan prisma db seed
## No Issue
This commit is contained in:
2024-07-24 10:47:12 +08:00
parent 6553f6163f
commit 5fc30c5f06
8 changed files with 435 additions and 16 deletions

View File

@@ -21,7 +21,9 @@ export async function ComponentGlobal_NotifikasiBerhasil(
return notifications.show({
message: (
<Center>
<Text fw={"bold"}>{text}</Text>
<Text align="center" fw={"bold"}>
{text}
</Text>
</Center>
),
color: "green",

View File

@@ -12,7 +12,7 @@ export async function ComponentGlobal_NotifikasiGagal(text: string) {
return notifications.show({
message: (
<Center>
<Text fw={"bold"}>{text}</Text>
<Text align="center" fw={"bold"}>{text}</Text>
</Center>
),
color: "red",

View File

@@ -15,7 +15,9 @@ export async function ComponentGlobal_NotifikasiPeringatan(
return notifications.show({
message: (
<Center>
<Text fw={"bold"}>{text}</Text>
<Text align="center" fw={"bold"}>
{text}
</Text>
</Center>
),
color: "yellow.1",
@@ -24,9 +26,7 @@ export async function ComponentGlobal_NotifikasiPeringatan(
style: {
borderWidth: "0.5px",
borderStyle: "solid",
borderColor: "red"
borderColor: "red",
},
icon: (