Added live message_state updates, fixed sonner theme

This commit is contained in:
Alois 2026-04-03 00:03:24 +02:00
commit 7ebe028629
5 changed files with 138 additions and 21 deletions

View file

@ -26,9 +26,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
}}
style={
{
"--normal-bg": "var(--popover)",
"--normal-text": "var(--popover-foreground)",
"--normal-border": "var(--border)",
"--normal-bg": "var(--color-popover)",
"--normal-text": "var(--color-popover-foreground)",
"--normal-border": "var(--color-border)",
"--border-radius": "var(--radius)",
} as React.CSSProperties
}