Skip to content

Commit e69f459

Browse files
committed
feat: fixed incorrect funding rate font size in PerpsPositionCard
1 parent 47d0e40 commit e69f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/Perps/components/PerpsPositionCard/PerpsPositionCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ const PerpsPositionCard: React.FC<PerpsPositionCardProps> = ({
325325
</TouchableOpacity>
326326
)}
327327
</View>
328-
<Text variant={TextVariant.BodySM} color={fundingColor}>
328+
<Text variant={TextVariant.BodyMD} color={fundingColor}>
329329
{fundingDisplay}
330330
</Text>
331331
</View>

0 commit comments

Comments
 (0)