diff --git a/bigbluebutton-html5/imports/ui/components/tooltip/component.jsx b/bigbluebutton-html5/imports/ui/components/tooltip/component.jsx
index 8daa70282debc817013f1e14460b412217d2a483..0798908ef868020b09d1643baad48f20484d9976 100755
--- a/bigbluebutton-html5/imports/ui/components/tooltip/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/tooltip/component.jsx
@@ -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);
   }