feat:UX and fix drinkkaart payment logic
This commit is contained in:
@@ -25,9 +25,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
|
||||
}}
|
||||
style={
|
||||
{
|
||||
"--normal-bg": "var(--popover)",
|
||||
"--normal-text": "var(--popover-foreground)",
|
||||
"--normal-border": "var(--border)",
|
||||
"--normal-bg": "hsl(var(--popover))",
|
||||
"--normal-text": "hsl(var(--popover-foreground))",
|
||||
"--normal-border": "hsl(var(--border))",
|
||||
"--border-radius": "var(--radius)",
|
||||
} as React.CSSProperties
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user