diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 7ab06f77a..ede063668 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -436,9 +436,9 @@ background: transparent; } svg { - height: 1em; - width: 1em; - margin-right: 0.5rem; + height: 1.125em; + width: 1.125em; + margin-right: 0.5em; } } diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 00f4c69c7..21a37859d 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1049,7 +1049,7 @@ define([ title: data.tippy || '' //title: data.title || '', }, [ - Icons.get('drive'), + Icons.get(icon), h('span.cp-toolbar-name'+drawerCls, data.text) ])); var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT');