Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d792fdc

Browse files
authored
Update toast.mdx
changed danger to error on toast status
1 parent caeceb3 commit d792fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/toast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default {
213213
| `isClosable` | `boolean` | `false` | If `true` adds a close button to the toast. |
214214
| `onClose` | `function` | | Callback function to close the toast. |
215215
| `description` | `string` | | The description of the toast. |
216-
| `status` | `success`, `danger`, `warning`, `info` | | The status of the toast. |
216+
| `status` | `success`, `error`, `warning`, `info` | | The status of the toast. |
217217
| `variant` | `solid`, `subtle`, `left-accent`, `top-accent` | | The variant of the toast. |
218218
| `duration` | `number` | `5000ms` | Duration before dismiss in milliseconds, or `null` to never dismiss. |
219219
| `position` | `top`, `top-left`, `top-right`, `bottom`, `bottom-left`, `bottom-right` | `bottom` | Position the toast will popup out from. |

0 commit comments

Comments
 (0)