Skip to content

Commit

Permalink
Set square thumbnail to 80x80px
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Dec 4, 2024
1 parent 6e32785 commit 5eec83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fronts-client/src/constants/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ const thumbnailImage = {
};

const thumbnailImageSquare = {
width: '50px',
height: '50px',
width: '80px',
height: '80px',
};

export const theme = {
Expand Down

0 comments on commit 5eec83f

Please sign in to comment.