Skip to content

Commit

Permalink
fix(button): fix theme elevation resolver
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567017867
  • Loading branch information
codr authored and Copybara-Service committed Sep 20, 2023
1 parent d153db6 commit 2528c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-button/_button-shared-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ $disabled-container-color: rgba(
$elevation: map.get($theme, $key);
@if $elevation != null {
$resolved-value: meta.call(
$resolver,
$elevation-resolver,
$elevation: $elevation,
$shadow-color: $shadow-color
);
Expand Down

0 comments on commit 2528c1c

Please sign in to comment.