Skip to content

Commit

Permalink
make tooltips bigger / add arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
KDSBrowne committed Dec 19, 2018
1 parent fd46833 commit 661288a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ class Tooltip extends Component {
onHide: this.onHide,
wait: Tooltip.wait,
touchHold: true,
size: 'small',
distance: 1,
size: 'regular',
distance: 10,
arrow: true,
arrowType: 'sharp',
};
this.tooltip = Tippy(`#${this.tippySelectorId}`, options);
}
Expand Down

0 comments on commit 661288a

Please sign in to comment.