Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert default back to middle position
  • Loading branch information
andrewserong committed Jul 13, 2022
commit 6fc7d73f111f87ce2c68c36bcccfa494dd4e72b3
2 changes: 1 addition & 1 deletion packages/components/src/tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const emitToChild = ( children, eventName, event ) => {
function Tooltip( props ) {
const {
children,
position = 'bottom right',
position = 'bottom middle',
text,
shortcut,
delay = TOOLTIP_DELAY,
Expand Down