UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

17 lines (15 loc) 473 B
const selectfield = { borderColor: { value: '{components.fieldcontrol.borderColor}' }, color: { value: '{components.fieldcontrol.color}' }, flexDirection: { value: 'column', }, fontSize: { value: '{components.fieldcontrol.fontSize}' }, _focus: { borderColor: { value: '{components.fieldcontrol._focus.borderColor}' }, }, label: { color: { value: '{components.field.label.color}' }, }, }; export { selectfield };