From b962b6cb1112224aceb672b31b50f85f4c6c19bd Mon Sep 17 00:00:00 2001 From: Antoine Lelong Date: Fri, 15 Nov 2024 01:43:11 +0100 Subject: [PATCH] fix: remove padding from partner image --- webapp/CHANGELOG.md | 5 ++--- webapp/src/components/ui/PartnerImage.tsx | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index c55c6a11..ca981238 100644 --- a/webapp/CHANGELOG.md +++ b/webapp/CHANGELOG.md @@ -1,10 +1,9 @@ ## [0.63.7](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.6...v0.63.7) (2024-11-14) - ### Bug Fixes -* log obyzSync to track status ([58ad53e](https://github.com/SocialGouv/carte-jeune-engage/commit/58ad53e80666a30313324f2c9344e5375417e37d)) -* switch obiz status NON FINALISEE to payment_completed ([30b3e7f](https://github.com/SocialGouv/carte-jeune-engage/commit/30b3e7f953448b750973ff5748d28e88f23c1b63)) +- log obyzSync to track status ([58ad53e](https://github.com/SocialGouv/carte-jeune-engage/commit/58ad53e80666a30313324f2c9344e5375417e37d)) +- switch obiz status NON FINALISEE to payment_completed ([30b3e7f](https://github.com/SocialGouv/carte-jeune-engage/commit/30b3e7f953448b750973ff5748d28e88f23c1b63)) ## [0.63.6](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.63.5...v0.63.6) (2024-11-14) diff --git a/webapp/src/components/ui/PartnerImage.tsx b/webapp/src/components/ui/PartnerImage.tsx index 82cd5df4..aea7bb55 100644 --- a/webapp/src/components/ui/PartnerImage.tsx +++ b/webapp/src/components/ui/PartnerImage.tsx @@ -17,7 +17,6 @@ const PartnerImage = ({ borderRadius={width <= 40 ? "2xl" : "2.5xl"} border="1px solid" borderColor="bgGray" - p={0.5} bg="white" overflow="hidden" zIndex={1}