Skip to content

Commit

Permalink
fix: load more button height
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Aug 21, 2022
1 parent e3bbfdb commit a969718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function LoadMore(props: LoadMoreProps) {
>
{hasMore ? (
<IconButton
sx={{ height: 216, borderRadius: 0 }}
sx={{ height: 224, borderRadius: 0 }}
disabled={isLoading}
size="small"
onClick={onClick}
Expand Down

0 comments on commit a969718

Please sign in to comment.