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

@@ -19,7 +19,7 @@ class CharacterCounter extends React.PureComponent {
const dashoffset = circumference * (1 - diff)
return (
<div className={[_s._, _s.mr10, _s.jcCenter, _s.aiCenter].join(' ')}>
<div className={[_s.d, _s.mr10, _s.jcCenter, _s.aiCenter].join(' ')}>
<svg
width={actualRadius * 2}
height={actualRadius * 2}