Updated classNames constant in components that werent using

• Updated:
- classNames constant in components that werent using
This commit is contained in:
mgabdev
2020-08-18 19:39:06 -05:00
parent 99982c0391
commit 2f4700e89f
23 changed files with 64 additions and 112 deletions

View File

@@ -1,10 +1,8 @@
import React from 'react'
import PropTypes from 'prop-types'
import classNames from 'classnames/bind'
import { CX } from '../constants'
import Text from './text'
const cx = classNames.bind(_s)
class Textarea extends React.PureComponent {
handleOnChange = (e) => {
@@ -22,7 +20,7 @@ class Textarea extends React.PureComponent {
title,
} = this.props
const inputClasses = cx({
const inputClasses = CX({
d: 1,
text: 1,
outlineNone: 1,