fix: 🐛 ugly toast
This commit is contained in:
@@ -20,7 +20,7 @@ export const CustomToaster = () => {
|
||||
className:
|
||||
"w-96 px-3 pt-3 pb-2.5 rounded-xl shadow-[0_4px_4px_0_rgba(0,0,0,0.02),inset_0_-4px_6px_0_rgba(0,0,0,0.04),0_4px_24px_0_rgba(0,0,0,0.03)] outline outline-16 inline-flex flex-row justify-start items-start gap-3 overflow-hidden !bg-card !text-t1",
|
||||
style: {
|
||||
"--normal-border": "var(--t10)",
|
||||
"--normal-border": "var(--border)",
|
||||
} as React.CSSProperties,
|
||||
}}
|
||||
icons={{
|
||||
|
||||
Reference in New Issue
Block a user