File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
class =" pointer-events-none fixed right-0 top-12 z-30 bg-gradient-to-bl from-red-500/20 via-red-500/0 to-red-500/0 pb-36 pl-36 pr-2 pt-2 md:top-0 md:pr-8 md:pt-5"
19
19
>
20
20
<div
21
- class =" pointer-events-auto flex items-center rounded-full bg-white/90 px-3 py-1 shadow-sm dark:bg-gray-900/80 "
21
+ class =" pointer-events-auto flex items-center rounded-full bg-white/90 px-3 py-1 shadow-sm"
22
22
>
23
23
{#if ToastType .SUCCESS === toastType }
24
24
<CarbonCheck color =" green" height =" 1.5em" width =" 1.5em" class =" mx-2" />
27
27
{:else if ToastType .ERROR === toastType }
28
28
<CarbonError color =" red" height =" 1.5em" width =" 1.5em" class =" mx-2" />
29
29
{/if }
30
- <h2 class ="font-semibold mx-2 text-white " >{message }</h2 >
30
+ <h2 class ="font-semibold mx-2" >{message }</h2 >
31
31
</div >
32
32
</div >
Original file line number Diff line number Diff line change 58
58
}
59
59
60
60
toastStore .set ({
61
- message: " Notification sent successfully" ,
61
+ message: " Notification will be sent successfully" ,
62
62
type: ToastType .SUCCESS ,
63
63
});
64
64
Original file line number Diff line number Diff line change 156
156
}
157
157
158
158
toastStore .set ({
159
- message: " Notification sent successfully" ,
159
+ message: " Notification will be sent successfully" ,
160
160
type: ToastType .SUCCESS ,
161
161
});
162
162
You can’t perform that action at this time.
0 commit comments