Repository URL to install this package:
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(--colors-red); `