feat: add dark mode
This commit is contained in:
@@ -53,7 +53,7 @@ export function ToastProvider({ children }: { children: React.ReactNode }) {
|
||||
"min-w-64 rounded-xl px-4 py-3 text-sm text-white shadow-lg",
|
||||
t.kind === "success" && "bg-success",
|
||||
t.kind === "error" && "bg-danger",
|
||||
t.kind === "info" && "bg-foreground",
|
||||
t.kind === "info" && "bg-primary",
|
||||
)}
|
||||
>
|
||||
{t.message}
|
||||
|
||||
Reference in New Issue
Block a user