Changing default icons of the components.
-
Hi, I have to override icons in the quasar components inline. Because if I do this in core, it’s affect some other much similar components.
Is there any ways??
In quasar.mat.esm.js
input: {
showPass: ‘visibility’,
hidePass: ‘visibility_off’,
showNumber: ‘keyboard’,
hideNumber: ‘keyboard_hide’,
clear: ‘cancel’,
clearInverted: ‘clear’,
dropdown: ‘arrow_drop_down’
}
If I change the dropdown to some other icon, It’s affecting q-datetime and q-select. But my intetion is only it should affect to q-datetime.