Skip to content

Commit

Permalink
MangaCard imges don't stretch now (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff2400t authored Dec 3, 2021
1 parent 890e0c8 commit ac4aa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MangaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const MangaCard = React.forwardRef<HTMLDivElement, IProps>((props: IProps, ref)
imgStyle={{
height: '100%',
width: '100%',
objectFit: 'cover',
}}
spinnerStyle={{
display: 'grid',
Expand Down

0 comments on commit ac4aa7d

Please sign in to comment.