Skip to content

Commit 81de036

Browse files
committed
fix(CDateRangePicker): change icons to proper
1 parent 6e05103 commit 81de036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/src/date-range-picker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,14 @@ class DateRangePicker extends Picker {
335335
if (this._config.indicator) {
336336
inputGroupTextEl.innerHTML = `
337337
<span class="picker-input-group-indicator">
338-
<span class="picker-input-group-icon time-picker-input-icon"></span>
338+
<span class="picker-input-group-icon date-picker-input-icon"></span>
339339
</span>`
340340
}
341341

342342
if (this._config.cleaner) {
343343
inputGroupTextEl.innerHTML += `
344344
<span class="picker-input-group-cleaner" role="button">
345-
<span class="picker-input-group-icon time-picker-cleaner-icon"></span>
345+
<span class="picker-input-group-icon date-picker-cleaner-icon"></span>
346346
</span>`
347347
}
348348

0 commit comments

Comments
 (0)