mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
26
components/lib/themes/aura/knob/index.js
Normal file
26
components/lib/themes/aura/knob/index.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
value: {
|
||||
background: '{primary.color}'
|
||||
},
|
||||
range: {
|
||||
background: '{surface.200}'
|
||||
},
|
||||
text: {
|
||||
color: '{surface.500}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
value: {
|
||||
background: '{primary.color}'
|
||||
},
|
||||
range: {
|
||||
background: '{surface.700}'
|
||||
},
|
||||
text: {
|
||||
color: '{surface.400}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue