developer239/react-apollo-graphql

View on GitHub
src/components/Textarea/styled.ts

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components'
import { Input as AntInput } from 'antd'

export const StyledTextArea = styled(AntInput.TextArea)`
  margin-top: 5px !important;
`