@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
20 lines (18 loc) • 632 B
JavaScript
const radiogroup = {
radio: {
borderWidth: { value: '{components.radio.button.borderWidth}' },
borderColor: { value: '{components.radio.button.borderColor}' },
backgroundColor: { value: '{components.radio.button.backgroundColor}' },
_checked: {
color: { value: '{components.radio.button._checked.color}' },
},
label: {
color: { value: '{components.radio.label.color}' },
},
},
legend: {
color: { value: '{components.fieldset.legend.color}' },
fontWeight: { value: '{fontWeights.normal}' },
},
};
export { radiogroup };