# feat
Deskripsi: - Penerapan prisma db seed ## No Issue
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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: (
|
||||
|
||||
Reference in New Issue
Block a user