Updated LoadMore component styles
• Updated: - LoadMore component styles
This commit is contained in:
parent
219565a847
commit
fa8ac6bb58
|
@ -33,7 +33,7 @@ class LoadMore extends React.PureComponent {
|
|||
onClick={this.handleClick}
|
||||
aria-label={intl.formatMessage(messages.load_more)}
|
||||
>
|
||||
<Text color='inherit' align='center'>
|
||||
<Text color='inherit' align='center' weight='medium' className={_s.py5}>
|
||||
{intl.formatMessage(messages.load_more)}
|
||||
</Text>
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue