diff --git a/browser/src/slideshow/PresenterConsole.js b/browser/src/slideshow/PresenterConsole.js index 38be82c814410..904891194d49a 100644 --- a/browser/src/slideshow/PresenterConsole.js +++ b/browser/src/slideshow/PresenterConsole.js @@ -334,6 +334,7 @@ class PresenterConsole { button.style.backgroundColor = 'transparent'; button.style.color = this.slideShowColor; button.style.border = 'none'; + button.style.borderRadius = this.PresenterConsoleBtnRadius; }); elem = this._proxyPresenter.document.querySelector('#title-current');