Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / components / atoms / Error / styled.ts
Size: Mime:
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);
`