Invert and full width

This commit is contained in:
Chi Vinh Le
2018-07-04 17:26:37 -03:00
parent 67790ac9e1
commit bdd4702a8f
+1 -1
View File
@@ -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>
)}