From b1a089681099521c0d50b6b3cdf502c9856d33d8 Mon Sep 17 00:00:00 2001 From: Nedal <73669345+cipherlogs@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:12:14 +0100 Subject: [PATCH] [joy-ui][docs] Fix broken link on the Color Inversion page (#41407) --- docs/data/joy/main-features/color-inversion/color-inversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/joy/main-features/color-inversion/color-inversion.md b/docs/data/joy/main-features/color-inversion/color-inversion.md index dd905d0d65e756..d39d3ec7634698 100644 --- a/docs/data/joy/main-features/color-inversion/color-inversion.md +++ b/docs/data/joy/main-features/color-inversion/color-inversion.md @@ -35,7 +35,7 @@ The color inversion feature is only available for `soft` and `solid` variants be - It works for both light and dark mode. - It can be disabled at any time without impacting the structure of the components. - It is an opt-in feature. If you don't use it, the extra CSS variables won't be included in the production style sheet. -- Some children can be excluded from the color inversion, see ["skip color inversion on a child"](#skip-color-inversion-on-a-child) section. +- Some children can be excluded from the color inversion, see ["skip color inversion on a child"](#skip-inversion-on-a-child) section. ### Trade-offs