Skip to content

Commit

Permalink
Merge pull request #1470 from gluestack/release/@gluestack-ui/themed@…
Browse files Browse the repository at this point in the history
…1.0.25

fix: tooltip version
  • Loading branch information
Viraj-10 authored Dec 11, 2023
2 parents b0952c4 + 6c5646d commit 03de533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function useTooltipTrigger(

return {
triggerProps: {
"aria-describedby": state.isOpen ? tooltipId : undefined,
'aria-describedby': state.isOpen ? tooltipId : undefined,
//@ts-ignore
...mergeProps(focusableProps, hoverProps, pressProps),
},
Expand Down

0 comments on commit 03de533

Please sign in to comment.