Skip to content

Commit 08843ef

Browse files
committed
make Icons.question the fall back icon
1 parent 897e309 commit 08843ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ proto.createButton = function (config) {
148148
button.setAttribute('data-toggle', config.toggle || false);
149149
if(config.toggle) button.classList.add('active');
150150

151-
button.appendChild(this.createIcon(config.icon || Icons.tooltip_basic));
151+
button.appendChild(this.createIcon(config.icon || Icons.question));
152152
button.setAttribute('data-gravity', config.gravity || 'n');
153153

154154
return button;

0 commit comments

Comments
 (0)