From 998706e0c1e23a37fa8600df4192ea3f39b3c8bb Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 24 Jan 2025 21:14:20 +0800 Subject: [PATCH] fix(grouped-list): update text style for title in GroupedInformationCell component Signed-off-by: Innei --- apps/mobile/src/components/ui/grouped/GroupedList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/ui/grouped/GroupedList.tsx b/apps/mobile/src/components/ui/grouped/GroupedList.tsx index 0d7339603..4f3534185 100644 --- a/apps/mobile/src/components/ui/grouped/GroupedList.tsx +++ b/apps/mobile/src/components/ui/grouped/GroupedList.tsx @@ -209,7 +209,7 @@ export const GroupedInformationCell: FC<{ {icon} )} - {title} + {title} {!!description && ( {description}