diff --git a/website/src/pages/toast.mdx b/website/src/pages/toast.mdx index 10f7adc..9f96ee4 100644 --- a/website/src/pages/toast.mdx +++ b/website/src/pages/toast.mdx @@ -231,7 +231,6 @@ toast( | description | Toast's description, renders underneath the title. | `-` | | closeButton | Adds a close button. | `false` | | invert | Dark toast in light mode and vice versa. | `false` | -| important | Control the sensitivity of the toast for screen readers | `false` | | duration | Time in milliseconds that should elapse before automatically closing the toast. | `4000` | | position | Position of the toast. | `bottom-right` | | dismissible | If `false`, it'll prevent the user from dismissing the toast. | `true` | @@ -244,7 +243,3 @@ toast( | unstyled | Removes the default styling, which allows for easier customization. | `false` | | actionButtonStyle | Styles for the action button | `{}` | | cancelButtonStyle | Styles for the cancel button | `{}` | - -``` - -```