Skip to content

Commit b4deae7

Browse files
authored
Merge branch 'main' into harry/MMQA-1711
2 parents ded27c1 + d55e006 commit b4deae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/UI/SecurityTrust/components/SecurityTrustEntryCard/SecurityTrustEntryCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ const SecurityTrustEntryCard: React.FC<SecurityTrustEntryCardProps> = ({
124124
)}
125125
</Box>
126126
<Text
127-
variant={TextVariant.HeadingMd}
127+
variant={TextVariant.BodyMd}
128128
color={config.textColor}
129-
fontWeight={'600' as FontWeight}
129+
fontWeight={FontWeight.Medium}
130130
>
131131
{config.label}
132132
</Text>

0 commit comments

Comments
 (0)