Skip to content

Instantly share code, notes, and snippets.

@alobato
Created February 20, 2019 18:47
Show Gist options
  • Save alobato/70f53b38958405f751794ef936f2be98 to your computer and use it in GitHub Desktop.
Save alobato/70f53b38958405f751794ef936f2be98 to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
export const FormError = styled.div`
font-size: 12px;
line-height: 20px;
color: hsla(6, 66%, 47%, 1);
`
export default FormError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment