Skip to content

Commit

Permalink
fix(inline-loading): update text size (#17259)
Browse files Browse the repository at this point in the history
Co-authored-by: kennylam <[email protected]>
  • Loading branch information
emyarod and kennylam authored Aug 31, 2024
1 parent 0943383 commit f43b460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $-loading-gap-small: 110;
}

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

color: $text-secondary;
}
Expand Down

0 comments on commit f43b460

Please sign in to comment.