developer239/react-apollo-graphql

View on GitHub
src/components/FormElementError/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components'

export const FormElementError = styled.span`
  font-size: 14px;
  line-height: 1.5;
  color: #f5222d;
  display: block;
  margin-top: 5px;
`