Skip to content

Commit 823bf39

Browse files
committed
style: BottomSheet 컴포넌트의 타이포그래피 스타일을 업데이트
1 parent 6ad4182 commit 823bf39

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/ui/BottomSheet/BottomSheet.css.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ export const title = style({
4646
display: "flex",
4747
gap: "10px",
4848
padding: "14px 20px",
49-
...typography.title2,
50-
fontWeight: 600,
49+
...typography.title2Sb,
5150
color: semantic.text.normal,
5251
});
5352

@@ -60,14 +59,12 @@ export const sheetBody = style({
6059
});
6160

6261
export const sheetBodyTitle = style({
63-
...typography.title3,
64-
fontWeight: 600,
62+
...typography.title3Sb,
6563
color: semantic.text.normal,
6664
});
6765

6866
export const sheetBodyDescription = style({
69-
...typography.body2,
70-
fontWeight: 400,
67+
...typography.body2Rg,
7168
color: semantic.text.alternative,
7269
});
7370

0 commit comments

Comments
 (0)