diff --git a/packages/dashboard-ui-components/src/components/alert.tsx b/packages/dashboard-ui-components/src/components/alert.tsx index c6c0b461d..52a26947b 100644 --- a/packages/dashboard-ui-components/src/components/alert.tsx +++ b/packages/dashboard-ui-components/src/components/alert.tsx @@ -23,7 +23,7 @@ const variantStyles = new Map([ [ "default", { - container: "bg-background border-border", + container: "border-black/[0.08] bg-white/90 ring-1 ring-black/[0.06] dark:border-border dark:bg-background dark:ring-0", icon: "text-foreground", title: "text-foreground", }, @@ -55,9 +55,9 @@ const variantStyles = new Map([ [ "info", { - container: "bg-blue-500/[0.06] border-blue-500/30", - icon: "text-blue-500", - title: "text-blue-600 dark:text-blue-400", + container: "border-blue-500/20 bg-blue-50/90 ring-1 ring-blue-500/10 dark:border-blue-500/30 dark:bg-blue-500/[0.06] dark:ring-0", + icon: "text-blue-600 dark:text-blue-400", + title: "text-blue-700 dark:text-blue-400", }, ], ]); diff --git a/packages/dashboard-ui-components/src/components/badge.tsx b/packages/dashboard-ui-components/src/components/badge.tsx index 73bd6d3ba..83731dc25 100644 --- a/packages/dashboard-ui-components/src/components/badge.tsx +++ b/packages/dashboard-ui-components/src/components/badge.tsx @@ -94,7 +94,7 @@ export function DesignBadge({ return (