Tokens for inplace

This commit is contained in:
Cagatay Civici 2024-05-09 22:00:50 +03:00
parent 4654a8d0af
commit c86c01e20c
3 changed files with 27 additions and 17 deletions

View file

@ -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}'
}
};