Skip to content

Commit

Permalink
Merge 7f1e8b7 into 979a1f5
Browse files Browse the repository at this point in the history
  • Loading branch information
mukiienko committed Sep 23, 2020
2 parents 979a1f5 + 7f1e8b7 commit de6edfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Drawer/Drawer.scss
Expand Up @@ -36,14 +36,14 @@ $icon-size: 26px;
}

&__headTitle {
color: var(--color-neutral-10);
color: var(--color-background);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font: {
family: var(--font-family-primary);
size: var(--h4-font-size);
weight: var(--font-weight-light);
weight: var(--font-weight-normal);
}
}

Expand Down

0 comments on commit de6edfd

Please sign in to comment.