From 6012ce35217bb310c994c5f4bb0f586961d29ead Mon Sep 17 00:00:00 2001 From: Gjore Milevski Date: Wed, 20 Nov 2024 11:06:45 +0100 Subject: [PATCH] Remove prop --- app/scripts/components/common/card/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scripts/components/common/card/index.tsx b/app/scripts/components/common/card/index.tsx index 74e705cd1..74fc4b86b 100644 --- a/app/scripts/components/common/card/index.tsx +++ b/app/scripts/components/common/card/index.tsx @@ -188,7 +188,6 @@ const CardLabel = styled.span` const CardFigure = styled(Figure)` order: -1; background: ${themeVal('color.primary-100')}; - min-height: ${variableGlsp(12)}; img { height: 100%;