Commit 0604295c authored by Michael Bukachi's avatar Michael Bukachi

refactor: replace 'btn-danger' with 'btn-secondary'

parent d7493a86
......@@ -58,7 +58,7 @@
'<input class="input-mini" type="text" name="daterangepicker_end" value="" />' +
'</div>' +
'<button class="applyBtn" disabled="disabled" type="button"></button>&nbsp;' +
'<button class="cancelBtn btn-danger" type="button"></button>' +
'<button class="cancelBtn btn-secondary" type="button"></button>' +
'</div>' +
'</div>' +
'</div>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment