Refactor #5681 - For ColorPicker, Knob, Rating

This commit is contained in:
tugcekucukoglu 2024-05-03 15:23:10 +03:00
parent d9d2be9cca
commit e05532c79d
9 changed files with 30 additions and 30 deletions

View file

@ -38,7 +38,7 @@ const classes = {
root: ({ props }) => ['p-knob p-component', { 'p-disabled': props.disabled }],
range: 'p-knob-range',
value: 'p-knob-value',
label: 'p-knob-text'
text: 'p-knob-text'
};
export default BaseStyle.extend({