Refactored shadow token name

This commit is contained in:
Cagatay Civici 2024-05-07 00:23:42 +03:00
parent 944e68d548
commit 18ecd1af94
39 changed files with 65 additions and 65 deletions

View file

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