From 58113de11fdb5c887b2a9e97210332686ab17b59 Mon Sep 17 00:00:00 2001 From: Sadaqat Ali <48380998+aliseyalvi@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:13:13 +0500 Subject: [PATCH] * fixed quick profile modal font issue causing ui being cropped due to larger font settings --- .../organisms/quickProfileModal/children/profileStats.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/organisms/quickProfileModal/children/profileStats.tsx b/src/components/organisms/quickProfileModal/children/profileStats.tsx index 8a6c0d729a..2252f3194c 100644 --- a/src/components/organisms/quickProfileModal/children/profileStats.tsx +++ b/src/components/organisms/quickProfileModal/children/profileStats.tsx @@ -39,7 +39,12 @@ export const ProfileStats = ({ data, horizontalMargin, intermediate }: Props) => const StatItem = (props: { label: string; value: number | string; intermediate: boolean }) => ( {!props.intermediate ? ( - + {props.value} ) : (