Skip to content

Commit a7939ca

Browse files
committed
test(perps): update transactionDetailStyles test to expect semibold 600; fix(dev-hud): revert Courier stepId fontWeight to 700 since semibold migration applies only to Geist fonts
1 parent 4b2621e commit a7939ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/UI/Perps/utils/transactionDetailStyles.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('createTransactionDetailStyles', () => {
7979
// Assert
8080
expect(styles.detailLabel.fontSize).toBe(14);
8181
expect(styles.detailValue.fontSize).toBe(14);
82-
expect(styles.assetAmount.fontWeight).toBe('700');
82+
expect(styles.assetAmount.fontWeight).toBe('600');
8383
expect(styles.detailValue.fontWeight).toBe('400');
8484
expect(styles.profitValue.fontWeight).toBe('500');
8585
});

app/core/AgenticService/AgentStepHud.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const styles = StyleSheet.create({
2525
color: '#00FF88',
2626
fontFamily: 'Courier',
2727
fontSize: 15,
28-
fontWeight: '600',
28+
fontWeight: '700',
2929
marginBottom: 2,
3030
},
3131
description: {

0 commit comments

Comments
 (0)