Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(fab): Use FAB ripple target selector (#5146)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee authored Oct 2, 2019
1 parent a646516 commit 9d91acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-fab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ $mdc-fab-ripple-target: ".mdc-fab__ripple";
@include mdc-states(
text-primary-on-dark,
$query: $query,
$ripple-target: $mdc-button-ripple-target);
$ripple-target: $mdc-fab-ripple-target);
} @else {
@include mdc-fab-ink-color(text-primary-on-light, $query: $query);
@include mdc-states(
text-primary-on-light,
$query: $query,
$ripple-target: $mdc-button-ripple-target);
$ripple-target: $mdc-fab-ripple-target);
}
}

Expand Down

0 comments on commit 9d91acc

Please sign in to comment.