Update styling of the Analytics toast to try and decrease number of users blindly pressing No
This commit is contained in:
parent
a7e6d8e7f0
commit
36ef9ec341
5 changed files with 7 additions and 5 deletions
|
@ -25,6 +25,7 @@ export interface IToast<C extends ComponentClass> {
|
|||
title: string;
|
||||
icon?: string;
|
||||
component: C;
|
||||
className?: string;
|
||||
props?: Omit<React.ComponentProps<C>, "toastKey">; // toastKey is injected by ToastContainer
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue