mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactored tokens of Misc
This commit is contained in:
parent
4bdc38e892
commit
a20948c218
11 changed files with 39 additions and 126 deletions
|
@ -1,14 +1,7 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.300}',
|
||||
color: '{surface.700}'
|
||||
},
|
||||
dark: {
|
||||
background: '{surface.950}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{surface.0}'
|
||||
}
|
||||
root: {
|
||||
background: '{form.field.background}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
color: '{form.field.color}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue