From d956fcf964534df301c5f3a15bb384e74c99e839 Mon Sep 17 00:00:00 2001 From: Claudio Marangon Date: Wed, 7 Aug 2024 22:06:52 +0200 Subject: [PATCH] Fix wrong name of css property of alert component in docs (#2132) Co-authored-by: Claudio Marangon --- docs/pages/tokens/z-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/tokens/z-index.md b/docs/pages/tokens/z-index.md index 83516cdd..efdaaa49 100644 --- a/docs/pages/tokens/z-index.md +++ b/docs/pages/tokens/z-index.md @@ -13,5 +13,5 @@ Z-indexes are used to stack components in a logical manner. | `--sl-z-index-drawer` | 700 | | `--sl-z-index-dialog` | 800 | | `--sl-z-index-dropdown` | 900 | -| `--sl-z-index-alert-group` | 950 | +| `--sl-z-index-toast` | 950 | | `--sl-z-index-tooltip` | 1000 |