mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 13:20:50 +08:00
Invert and full width
This commit is contained in:
@@ -27,7 +27,7 @@ const Stream: StatelessComponent<StreamProps> = props => {
|
||||
<CommentContainer key={comment.id} data={comment} gutterBottom />
|
||||
))}
|
||||
{props.hasMore && (
|
||||
<Button onClick={props.onLoadMore} secondary fullWidth>
|
||||
<Button onClick={props.onLoadMore} secondary invert fullWidth>
|
||||
Load More
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user