Updated all long style names to be more compact
• Updated: - all long style names to be more compact
This commit is contained in:
@@ -104,7 +104,7 @@ class AccountActionButton extends ImmutablePureComponent {
|
||||
<Button
|
||||
{...buttonOptions}
|
||||
isNarrow
|
||||
className={[_s.justifyContentCenter, _s.alignItemsCenter].join(' ')}
|
||||
className={[_s.jcCenter, _s.aiCenter].join(' ')}
|
||||
>
|
||||
<Text
|
||||
color='inherit'
|
||||
|
||||
Reference in New Issue
Block a user