Skip to content

Commit

Permalink
fix(card): Changed baseline shape size value of card small => medium
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Nov 6, 2018
1 parent efe18ec commit 5c14471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-card/mdc-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

.mdc-card {
@include mdc-card-fill-color(surface);
@include mdc-card-shape-radius(small);
@include mdc-card-shape-radius(medium);
@include mdc-elevation(2);
@include mdc-card-container-layout_;
}
Expand Down

0 comments on commit 5c14471

Please sign in to comment.