Skip to content

Commit

Permalink
feat(bs5): Update tooltip/popover arrow classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Gao authored and phwebi committed Oct 27, 2021
1 parent 35840ef commit 9ad870e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Popover.js
Expand Up @@ -24,6 +24,7 @@ const Popover = (props) => {
return (
<TooltipPopoverWrapper
{...props}
arrowClassName="popover-arrow"
popperClassName={popperClasses}
innerClassName={classes}
/>
Expand Down
1 change: 1 addition & 0 deletions src/Tooltip.js
Expand Up @@ -25,6 +25,7 @@ const Tooltip = (props) => {
return (
<TooltipPopoverWrapper
{...props}
arrowClassName="tooltip-arrow"
popperClassName={popperClasses}
innerClassName={classes}
/>
Expand Down

0 comments on commit 9ad870e

Please sign in to comment.