Skip to content

Commit

Permalink
Merge pull request #675 from bobanetwork/fix/card-height
Browse files Browse the repository at this point in the history
fix card height in case of single card
  • Loading branch information
sk-enya authored Nov 1, 2024
2 parents e9c32e2 + 69f0c10 commit 954038c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/cardList/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const Card = styled.div`
width: 100%;
max-width: 250px;
min-width: 250px;
height: 220px;
border: 1px solid
${({ theme: { colors, name } }) =>
name === 'light' ? colors.gray[400] : colors.gray[300]};
Expand Down

0 comments on commit 954038c

Please sign in to comment.