From 5eec83fde5aeedab2b64a920a2c1ca322fdab8f1 Mon Sep 17 00:00:00 2001 From: Georges Lebreton <102960844+Georges-GNM@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:32:09 +0000 Subject: [PATCH] Set square thumbnail to 80x80px --- fronts-client/src/constants/theme.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fronts-client/src/constants/theme.ts b/fronts-client/src/constants/theme.ts index 21efd48cee..2f4673df38 100644 --- a/fronts-client/src/constants/theme.ts +++ b/fronts-client/src/constants/theme.ts @@ -155,8 +155,8 @@ const thumbnailImage = { }; const thumbnailImageSquare = { - width: '50px', - height: '50px', + width: '80px', + height: '80px', }; export const theme = {