Skip to content

Commit

Permalink
Update one more doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 26, 2023
1 parent 08226e6 commit 6b87a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 6b87a85

Please sign in to comment.