From 5a3190a760a45b155c3b337cd55ba4b0b1e27938 Mon Sep 17 00:00:00 2001 From: Nithish Date: Fri, 22 Dec 2023 21:16:34 +0530 Subject: [PATCH] chore: fix icon padding, ref #4693 --- src/app/components/info-card/info-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/info-card/info-card.tsx b/src/app/components/info-card/info-card.tsx index d8309f1a61e..e4bb264d2ee 100644 --- a/src/app/components/info-card/info-card.tsx +++ b/src/app/components/info-card/info-card.tsx @@ -30,8 +30,8 @@ interface InfoCardRowProps { export function InfoCardRow({ title, value, titleAdditionalElement, ...props }: InfoCardRowProps) { return ( - - + + tion review screen) {title} {titleAdditionalElement && titleAdditionalElement}