Updated the default class name

• Updated:
- the default class name
This commit is contained in:
mgabdev
2020-08-18 15:49:11 -05:00
parent d5ad398d53
commit 176ddc22f2
174 changed files with 812 additions and 812 deletions

View File

@@ -238,7 +238,7 @@ class Composer extends React.PureComponent {
const { editorState } = this.state
const editorContainerClasses = cx({
_: 1,
d: 1,
cursorText: 1,
text: 1,
cPrimary: 1,
@@ -251,7 +251,7 @@ class Composer extends React.PureComponent {
})
return (
<div className={_s._}>
<div className={_s.d}>
{
!small && isPro &&