Use UUIDs everywhere & improve prompt popup
This commit is contained in:
@@ -47,7 +47,7 @@ function notifyToast(text: string, options: NotifyOptions) {
|
||||
}
|
||||
else if (options.type === "warning") {
|
||||
toastOptions.theme = {
|
||||
'--toastBackground': 'var(--color-yellow-500)',
|
||||
'--toastBackground': 'var(--color-yellow-600)',
|
||||
}
|
||||
}
|
||||
else if (options.type === "error") {
|
||||
|
||||
Reference in New Issue
Block a user