Skip to content

Commit

Permalink
Merge pull request #71 from Elue-dev/main
Browse files Browse the repository at this point in the history
fix (toast.md file): missing comma in toast.success in docs after sty…
  • Loading branch information
gunnartorfis authored Sep 10, 2024
2 parents c64256a + b40dbc1 commit 5b86e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { toast } from 'sonner-native';

toast.success('Operation successful!', {
className: 'bg-green-500',
style: { backgroundColor: 'blue' }
style: { backgroundColor: 'blue' },
description: 'Everything worked as expected.',
duration: 6000,
icon: <SomeIcon />
Expand Down

0 comments on commit 5b86e82

Please sign in to comment.