mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5681 - For ColorPicker, Knob, Rating
This commit is contained in:
parent
d9d2be9cca
commit
e05532c79d
9 changed files with 30 additions and 30 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue