Updated all long style names to be more compact

• Updated:
- all long style names to be more compact
This commit is contained in:
mgabdev
2020-08-18 15:43:06 -05:00
parent e5f4e12b7b
commit d5ad398d53
177 changed files with 1052 additions and 1052 deletions

View File

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