mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Tokens for inplace
This commit is contained in:
parent
4654a8d0af
commit
c86c01e20c
3 changed files with 27 additions and 17 deletions
|
@ -1,16 +1,17 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
display: {
|
||||
hoverBackground: '{surface.100}',
|
||||
hoverColor: '{surface.800}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
display: {
|
||||
hoverBackground: '{surface.800}',
|
||||
hoverColor: '{surface.0}'
|
||||
}
|
||||
root: {
|
||||
padding: '{form.field.padding.y} {form.field.padding.x}',
|
||||
borderRadius: '{content.border.radius}',
|
||||
focusRing: {
|
||||
width: '{form.field.focus.ring.width}',
|
||||
style: '{form.field.focus.ring.style}',
|
||||
color: '{form.field.focus.ring.color}',
|
||||
offset: '{form.field.focus.ring.offset}',
|
||||
shadow: '{form.field.focus.ring.shadow}'
|
||||
}
|
||||
},
|
||||
display: {
|
||||
hoverBackground: '{content.hover.background}',
|
||||
hoverColor: '{content.hover.color}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue