Skip to content

Commit

Permalink
fix(inline-loading): update type token (#5172)
Browse files Browse the repository at this point in the history
From `body-short-01` to `label-01`.
Fixes #5165.
  • Loading branch information
asudoh authored Jan 27, 2020
1 parent 4f1a4aa commit 6c63414
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

.#{$prefix}--inline-loading__text {
@include type-style('body-short-01');
@include type-style('label-01');
color: $text-02;
}

Expand Down

0 comments on commit 6c63414

Please sign in to comment.