From 307130506e54db83562356931e6252076cd984e6 Mon Sep 17 00:00:00 2001 From: Emil Kowalski <36730035+emilkowalski@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:05:58 +0100 Subject: [PATCH] docs: remove important property from docs (#503) --- website/src/pages/toast.mdx | 5 ----- 1 file changed, 5 deletions(-) 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 | `{}` | - -``` - -```