We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e309 commit 08843efCopy full SHA for 08843ef
src/components/modebar/index.js
@@ -148,7 +148,7 @@ proto.createButton = function (config) {
148
button.setAttribute('data-toggle', config.toggle || false);
149
if(config.toggle) button.classList.add('active');
150
151
- button.appendChild(this.createIcon(config.icon || Icons.tooltip_basic));
+ button.appendChild(this.createIcon(config.icon || Icons.question));
152
button.setAttribute('data-gravity', config.gravity || 'n');
153
154
return button;
0 commit comments