diff --git a/frontend/src/config/siteConfig.tsx b/frontend/src/config/siteConfig.tsx index 5fa0a8ed..935dc07a 100644 --- a/frontend/src/config/siteConfig.tsx +++ b/frontend/src/config/siteConfig.tsx @@ -36,8 +36,6 @@ export const analytics = { }; export const AlertColors = { - warning: - "border-yellow-400 bg-yellow-50 dark:border-yellow-900 dark:bg-yellow-900", - danger: "border-red-500/25 bg-destructive/25", + warning: "border-red-500/25 bg-destructive/25", info: "border-cyan-500/25 bg-cyan-50 dark:border-cyan-900/25 dark:bg-cyan-900", }; \ No newline at end of file