Skip to content

Commit

Permalink
Fix card image width
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Dec 20, 2023
1 parent bdf29cc commit e269030
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export const ImageIconBox = ({
height={size === "large" ? "292px" : "263px"}
overflow="hidden"
className="card-image"
width="calc(100% - 16px)"
_dark={{ background: variant === "dapp" && "linear-gradient(12.57deg, #2C292B -31.18%, #474D50 102.25%)"}}
>
<Box
Expand Down

0 comments on commit e269030

Please sign in to comment.