UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

13 lines (12 loc) 237 B
export const LinkStyles = { fontWeight: 600, textTransform: 'none', textDecoration: 'none', color: 'primary.main', '&:visited': { color: 'inherit', }, '&:hover': { cursor: 'pointer', }, };