Repository URL to install this package:
|
Version:
2.7.8 ▾
|
import { styled } from 'styleh-components'
export const Strong = styled.strong.attrs({
className: 'input-error-message',
'aria-role': 'alert',
'data-qa': 'qa-error-message',
}) `
color: var(--color-red);
font-size: rem(14);
`