Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 27, 2020
1 parent 2541e34 commit f124075
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13094,8 +13094,7 @@ Button styles
}

.#{$prefix}--btn--field {
height: 40px;
min-height: 40px;
min-height: rem(40px);
padding: $button-padding-field;
}

Expand Down Expand Up @@ -17269,7 +17268,7 @@ Inline loading styles
}

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

Expand Down

0 comments on commit f124075

Please sign in to comment.