New InputText tokens

This commit is contained in:
Cagatay Civici 2024-05-06 18:48:28 +03:00
parent fd76fe68a1
commit d9a9f2ad64
5 changed files with 48 additions and 26 deletions

View file

@ -11,6 +11,10 @@ export default {
color: '{form.field.color}',
disabledColor: '{form.field.disabled.color}',
placeholderColor: '{form.field.placeholder.color}',
boxShadow: '{form.field.box.shadow}'
boxShadow: '{form.field.box.shadow}',
focusBoxShadow: '{form.field.focus.box.shadow}',
paddingX: '{form.field.padding.x}',
paddingY: '{form.field.padding.y}',
borderRadius: '{form.field.border.radius}'
}
};