Repository URL to install this package:
|
Version:
4.0.7 ▾
|
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 (14, regular);
`