Skip to content

Commit

Permalink
Merge branch 'master' into chore/add-warning-for-console-in-test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Jan 27, 2020
2 parents 57d6717 + f124075 commit 29cac6b
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 29cac6b

Please sign in to comment.