Skip to content

Commit

Permalink
feat(annotations tooltip): Add class for specific styles to element (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
megansmith-box authored May 18, 2021
1 parent f305ea7 commit fd74923
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function AnnotationsTargetedTooltip({ children, isEnabled = false }: Props): JSX
className="bp-AnnotationsTooltip"
shouldTarget={isEnabled}
showCloseButton
tetherElementClassName="bp-AnnotationsTooltipTether"
text={
<div>
<h3 className="bp-AnnotationsTooltip-title">{__('annotations_tooltip_title')}</h3>
Expand Down

0 comments on commit fd74923

Please sign in to comment.