Skip to content

Commit e268f71

Browse files
committed
fix: update body component font weight to medium
1 parent 0635826 commit e268f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/design-system/text/body.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export const Small = createText<Exclude<FontWeights, '$regular'>>({
1111
export const Normal = createText<FontWeights>({
1212
type: 'body',
1313
as: 'span',
14-
weight: '$regular',
14+
weight: '$medium',
1515
});
1616

1717
export const Large = createText<FontWeights>({
1818
type: 'bodyLarge',
1919
as: 'span',
20-
weight: '$regular',
20+
weight: '$medium',
2121
});

0 commit comments

Comments
 (0)