From 6b87a8516a51c4f6ef2b665aecdbf15d6dd6b470 Mon Sep 17 00:00:00 2001 From: csandman Date: Thu, 26 Oct 2023 19:06:48 -0400 Subject: [PATCH] Update one more doc comment --- src/chakra-components/menu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chakra-components/menu.tsx b/src/chakra-components/menu.tsx index 97e2a2a..1705706 100644 --- a/src/chakra-components/menu.tsx +++ b/src/chakra-components/menu.tsx @@ -382,9 +382,9 @@ export const Option = < }; /** - * Use the same selected color as the border of the select component + * Use the same selected color as the border/shadow of the select/input components * - * @see {@link https://github.com/chakra-ui/chakra-ui/blob/13c6d2e08b61e179773be4722bb81173dd599306/packages/theme/src/components/input.ts#L73} + * @see {@link https://github.com/chakra-ui/chakra-ui/blob/61f965a/packages/components/theme/src/components/input.ts#L92-L93} */ const selectedBg = useColorModeValue( `${selectedOptionColorScheme}.500`,