File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const buttons = [
32
32
'--toastBackground': '#48BB78',
33
33
'--toastProgressBackground': '#2F855A'
34
34
}
35
- )` ,
35
+ } )` ,
36
36
run : () => {
37
37
toast .push (' Success!' , { theme: { ' --toastBackground' : ' #48BB78' , ' --toastProgressBackground' : ' #2F855A' } })
38
38
}
@@ -44,7 +44,7 @@ const buttons = [
44
44
'--toastBackground': '#ECC94B',
45
45
'--toastProgressBackground': '#B7791F'
46
46
}
47
- )` ,
47
+ } )` ,
48
48
run : () => {
49
49
toast .push (' Warning!' , { theme: { ' --toastBackground' : ' #ECC94B' , ' --toastProgressBackground' : ' #B7791F' } })
50
50
}
@@ -56,7 +56,7 @@ const buttons = [
56
56
'--toastBackground': '#F56565',
57
57
'--toastProgressBackground': '#C53030'
58
58
}
59
- )` ,
59
+ } )` ,
60
60
run : () => {
61
61
toast .push (' Error!' , { theme: { ' --toastBackground' : ' #F56565' , ' --toastProgressBackground' : ' #C53030' } })
62
62
}
You can’t perform that action at this time.
0 commit comments