Skip to content

Commit

Permalink
fix(select): Use correct shape category consistently with text-field
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Mar 29, 2019
1 parent 797ebc8 commit 2c0d571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
@include mdc-select-hover-outline-color($mdc-select-outlined-hover-border);
@include mdc-select-focused-outline-color(primary);
@include mdc-floating-label-shake-animation(text-field-outlined);
@include mdc-select-outline-shape-radius(medium);
@include mdc-select-outline-shape-radius(small);
@include mdc-states-base-color(transparent);
@include mdc-select-container-fill-color(transparent);
@include mdc-notched-outline-floating-label-float-position($mdc-select-outlined-label-position-y, 0);
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@include mdc-select-label-color($mdc-select-label-color);
@include mdc-select-bottom-line-color($mdc-select-bottom-line-idle-color);
@include mdc-select-helper-text-color($mdc-select-helper-text-color);
@include mdc-select-shape-radius(medium);
@include mdc-select-shape-radius(small);

// Focused state colors
@include mdc-select-focused-bottom-line-color(primary);
Expand Down

0 comments on commit 2c0d571

Please sign in to comment.