There was an error while loading. Please reload this page.
1 parent cc75ea5 commit fb46129Copy full SHA for fb46129
1 file changed
src/components/Drawer/Drawer.scss
@@ -36,11 +36,15 @@ $icon-size: 26px;
36
}
37
38
&__headTitle {
39
- font-weight: 200;
40
color: var(--color-neutral-10);
41
white-space: nowrap;
42
overflow: hidden;
43
text-overflow: ellipsis;
+ font: {
44
+ family: var(--font-family-primary);
45
+ size: var(--h4-font-size);
46
+ weight: var(--font-weight-light);
47
+ }
48
49
50
&__headButtons {
0 commit comments