Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -20,7 +20,7 @@ class LoadMore extends React.PureComponent {
|
||||
if (!visible || disabled) return null
|
||||
|
||||
return (
|
||||
<div className={[_s.default, _s.py15, _s.px10].join(' ')}>
|
||||
<div className={[_s._, _s.py15, _s.px10].join(' ')}>
|
||||
<Button
|
||||
isBlock
|
||||
radiusSmall
|
||||
|
||||
Reference in New Issue
Block a user