Skip to content

Commit fb46129

Browse files
committed
fix(Drawer): set fixed font size to Drawer's header
1 parent cc75ea5 commit fb46129

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/Drawer/Drawer.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ $icon-size: 26px;
3636
}
3737

3838
&__headTitle {
39-
font-weight: 200;
4039
color: var(--color-neutral-10);
4140
white-space: nowrap;
4241
overflow: hidden;
4342
text-overflow: ellipsis;
43+
font: {
44+
family: var(--font-family-primary);
45+
size: var(--h4-font-size);
46+
weight: var(--font-weight-light);
47+
}
4448
}
4549

4650
&__headButtons {

0 commit comments

Comments
 (0)