Skip to content

Commit 81f5b35

Browse files
committed
chore(#37): Text 컴포넌트 누락된 fontWeight 추가
1 parent 6341484 commit 81f5b35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/ui/Text/Text.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ export const container = style({
1111
fontSize: fontSizeVar,
1212
lineHeight: lineHeightVar,
1313
letterSpacing: letterSpacingVar,
14+
fontWeight: fontWeightVar,
1415
});

0 commit comments

Comments
 (0)