export default { root: { background: '{form.field.background}', disabledBackground: '{form.field.disabled.background}', filledBackground: '{form.field.filled.background}', filledFocusBackground: '{form.field.filled.focus.background}', borderColor: '{form.field.border.color}', hoverBorderColor: '{form.field.hover.border.color}', focusBorderColor: '{form.field.focus.border.color}', invalidBorderColor: '{form.field.invalid.border.color}', color: '{form.field.color}', disabledColor: '{form.field.disabled.color}', placeholderColor: '{form.field.placeholder.color}', boxShadow: '{form.field.box.shadow}' }, colorScheme: { light: { chip: { background: '{surface.100}', focusBackground: '{surface.200}', color: '{surface.800}', focusColor: '{surface.900}' } }, dark: { chip: { background: '{surface.700}', focusBackground: '{surface.600}', color: '{surface.0}', focusColor: '{surface.0}' } } } };