We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad4182 commit 823bf39Copy full SHA for 823bf39
src/components/ui/BottomSheet/BottomSheet.css.ts
@@ -46,8 +46,7 @@ export const title = style({
46
display: "flex",
47
gap: "10px",
48
padding: "14px 20px",
49
- ...typography.title2,
50
- fontWeight: 600,
+ ...typography.title2Sb,
51
color: semantic.text.normal,
52
});
53
@@ -60,14 +59,12 @@ export const sheetBody = style({
60
59
61
62
export const sheetBodyTitle = style({
63
- ...typography.title3,
64
+ ...typography.title3Sb,
65
66
67
68
export const sheetBodyDescription = style({
69
- ...typography.body2,
70
- fontWeight: 400,
+ ...typography.body2Rg,
71
color: semantic.text.alternative,
72
73
0 commit comments