fix(grouped-list): update text style for title in GroupedInformationCell component
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
ddc23829b8
commit
998706e0c1
|
|
@ -209,7 +209,7 @@ export const GroupedInformationCell: FC<{
|
|||
{icon}
|
||||
</View>
|
||||
)}
|
||||
<Text className="text-3xl font-bold">{title}</Text>
|
||||
<Text className="text-label text-3xl font-bold">{title}</Text>
|
||||
{!!description && (
|
||||
<Text className="text-label mt-3 text-balance text-center text-base leading-tight">
|
||||
{description}
|
||||
|
|
|
|||
Loading…
Reference in New Issue