We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ded27c1 + d55e006 commit b4deae7Copy full SHA for b4deae7
1 file changed
app/components/UI/SecurityTrust/components/SecurityTrustEntryCard/SecurityTrustEntryCard.tsx
@@ -124,9 +124,9 @@ const SecurityTrustEntryCard: React.FC<SecurityTrustEntryCardProps> = ({
124
)}
125
</Box>
126
<Text
127
- variant={TextVariant.HeadingMd}
+ variant={TextVariant.BodyMd}
128
color={config.textColor}
129
- fontWeight={'600' as FontWeight}
+ fontWeight={FontWeight.Medium}
130
>
131
{config.label}
132
</Text>
0 commit comments