Skip to content

Commit 0cf7c11

Browse files
committed
larger "X" for clear-button. For #469
1 parent fff0539 commit 0cf7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/clear_button/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function(this:TomSelect, userOptions:CBOptions) {
2424
className: 'clear-button',
2525
title: 'Clear All',
2626
html: (data:CBOptions) => {
27-
return `<div class="${data.className}" title="${data.title}">&times;</div>`;
27+
return `<div class="${data.className}" title="${data.title}">&#10799;</div>`;
2828
}
2929
}, userOptions);
3030

0 commit comments

Comments
 (0)