Skip to content

Commit 26de910

Browse files
Update App.svelte
1 parent 7a5ed92 commit 26de910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/App.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const buttons = [
3232
'--toastBackground': '#48BB78',
3333
'--toastProgressBackground': '#2F855A'
3434
}
35-
)`,
35+
})`,
3636
run: () => {
3737
toast.push('Success!', { theme: { '--toastBackground': '#48BB78', '--toastProgressBackground': '#2F855A' } })
3838
}
@@ -44,7 +44,7 @@ const buttons = [
4444
'--toastBackground': '#ECC94B',
4545
'--toastProgressBackground': '#B7791F'
4646
}
47-
)`,
47+
})`,
4848
run: () => {
4949
toast.push('Warning!', { theme: { '--toastBackground': '#ECC94B', '--toastProgressBackground': '#B7791F' } })
5050
}
@@ -56,7 +56,7 @@ const buttons = [
5656
'--toastBackground': '#F56565',
5757
'--toastProgressBackground': '#C53030'
5858
}
59-
)`,
59+
})`,
6060
run: () => {
6161
toast.push('Error!', { theme: { '--toastBackground': '#F56565', '--toastProgressBackground': '#C53030' } })
6262
}

0 commit comments

Comments
 (0)