diff --git a/skyvern-frontend/src/components/ui/alert.tsx b/skyvern-frontend/src/components/ui/alert.tsx index 9ec492b8..4bf477c0 100644 --- a/skyvern-frontend/src/components/ui/alert.tsx +++ b/skyvern-frontend/src/components/ui/alert.tsx @@ -12,9 +12,9 @@ const alertVariants = cva( destructive: "bg-destructive border-destructive/50 text-destructive-foreground dark:border-destructive [&>svg]:text-destructive", success: - "bg-success border-success/50 text-success-foreground dark:border-success [&>svg]:text-success", + "bg-success border-success/50 text-success-foreground dark:border-success [&>svg]:text-success-foreground", warning: - "bg-warning border-warning/50 text-warning-foreground dark:border-warning [&>svg]:text-warning", + "bg-warning border-warning/50 text-warning-foreground dark:border-warning [&>svg]:text-warning-foreground", }, }, defaultVariants: {