# Forum Report
## feat - Repot posting - Report komentar ### No issuee
This commit is contained in:
@@ -26,7 +26,7 @@ export async function ComponentGlobal_NotifikasiBerhasil(
|
||||
),
|
||||
color: "green",
|
||||
radius: "md",
|
||||
autoClose: durasi ? durasi : 1000,
|
||||
autoClose: durasi ? durasi : 2000,
|
||||
icon: <IconCircleCheck color="white" />,
|
||||
withCloseButton: false,
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ export async function ComponentGlobal_NotifikasiGagal(text: string) {
|
||||
),
|
||||
color: "red",
|
||||
radius: "md",
|
||||
autoClose: 1000,
|
||||
autoClose: 2000,
|
||||
icon: <IconAlertTriangle color="white" />,
|
||||
withCloseButton: false,
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ export async function ComponentGlobal_NotifikasiPeringatan(
|
||||
),
|
||||
color: "yellow.1",
|
||||
radius: "md",
|
||||
autoClose: durasi ? durasi : 1000,
|
||||
autoClose: durasi ? durasi : 2000,
|
||||
style: {
|
||||
borderWidth: "0.5px",
|
||||
borderStyle: "solid",
|
||||
|
||||
Reference in New Issue
Block a user