From 7373ecd28ca2a7c9c9d7e67afcf5fbc85421a77a Mon Sep 17 00:00:00 2001 From: Haz Date: Wed, 12 Apr 2023 23:29:04 +0200 Subject: [PATCH] Fix link on styling docs --- guide/200-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/200-styling.md b/guide/200-styling.md index a2b0ba598e..2170720b62 100644 --- a/guide/200-styling.md +++ b/guide/200-styling.md @@ -117,7 +117,7 @@ If you're styling Ariakit components, it's recommended to use the `[data-focus-v ## CSS variables -Some components, such as [Popover](/components/popover), [Menu](/components/menu), [Hovercard](/components/hovercard), [SelectPopover](/components/select), [ComboboxPopover](/components/comboboxPopover), among others, expose CSS variables that you can use to customize their appearance. +Some components, such as [Popover](/components/popover), [Menu](/components/menu), [Hovercard](/components/hovercard), [SelectPopover](/components/select), [ComboboxPopover](/components/combobox), among others, expose CSS variables that you can use to customize their appearance. ### `--popover-anchor-width`