@aws-amplify/ui
Version:
`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.
10 lines (8 loc) • 351 B
JavaScript
const link = {
active: { color: { value: '{colors.font.active.value}' } },
color: { value: '{colors.font.interactive.value}' },
focus: { color: { value: '{colors.font.focus.value}' } },
hover: { color: { value: '{colors.font.hover.value}' } },
visited: { color: { value: '{colors.font.interactive.value}' } },
};
export { link };