Skip to content

Commit

Permalink
fix(file-uploader): replace improper reference with mixin properties
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 14, 2019
1 parent b8cdbd4 commit dfd4e84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/file-uploader/_file-uploader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@
margin-bottom: $spacing-2xs;

.#{$prefix}--file-filename {
color: $caption-01;
// TODO: @include type-style('caption-01');
font-family: font-family('sans');
font-size: type-scale(1);
font-weight: font-weight('regular');
line-height: rem(16px);
letter-spacing: 0.32px;
}
}

Expand Down

0 comments on commit dfd4e84

Please sign in to comment.