Fix notification button text color in dark mode (#1324)

This commit is contained in:
Tom Rochette
2026-05-19 13:26:04 +03:00
committed by GitHub
parent 87d13cf61b
commit 25b328dcb8
+1 -1
View File
@@ -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: