Skip to content

Commit

Permalink
docs: remove important property from docs (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski authored Nov 2, 2024
1 parent 971bfe1 commit 3071305
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions website/src/pages/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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 | `{}` |

```
```

0 comments on commit 3071305

Please sign in to comment.