From 25b328dcb84f9031bffb36f2c51c3b79249749f1 Mon Sep 17 00:00:00 2001 From: Tom Rochette Date: Tue, 19 May 2026 06:26:04 -0400 Subject: [PATCH] Fix notification button text color in dark mode (#1324) --- packages/ui/src/components/ui/sonner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/ui/sonner.tsx b/packages/ui/src/components/ui/sonner.tsx index b5ad939c..f2b508a8 100644 --- a/packages/ui/src/components/ui/sonner.tsx +++ b/packages/ui/src/components/ui/sonner.tsx @@ -93,7 +93,7 @@ const Toaster = ({ ...props }: ToasterProps) => { title: "typography-ui-label !font-medium !text-foreground", description: "typography-meta !text-muted-foreground !mt-0.5", actionButton: - "!rounded-[var(--radius-md)] !bg-[var(--primary-base)] !text-white hover:!opacity-85 !px-2 !py-1 typography-meta !font-medium transition-opacity", + "!rounded-[var(--radius-md)] !bg-[var(--primary-base)] !text-[var(--primary-foreground)] hover:!opacity-85 !px-2 !py-1 typography-meta !font-medium transition-opacity", cancelButton: "!rounded-[var(--radius-md)] !bg-[var(--interactive-hover)] !text-foreground hover:!bg-[var(--interactive-active)] !px-2 !py-1 typography-meta !font-medium transition-colors", closeButton: