diff --git a/catalog/src/components/theme-changer.ts b/catalog/src/components/theme-changer.ts index 3d327b647a..a72dade027 100644 --- a/catalog/src/components/theme-changer.ts +++ b/catalog/src/components/theme-changer.ts @@ -259,7 +259,8 @@ export class ThemeChanger extends LitElement { copy-code-button { --md-icon-button-icon-size: var(--_copy-button-icon-size); - --md-icon-button-state-layer-size: var(--_copy-button-button-size); + --md-icon-button-state-layer-width: var(--_copy-button-button-size); + --md-icon-button-state-layer-height: var(--_copy-button-button-size); /* * Center the copy icon with the h2 text * -(icon button size - intrinsic icon size) / 2 diff --git a/docs/components/figures/iconbutton/theming-filled-tonal.html b/docs/components/figures/iconbutton/theming-filled-tonal.html index c648cfd818..c96f3eaabd 100644 --- a/docs/components/figures/iconbutton/theming-filled-tonal.html +++ b/docs/components/figures/iconbutton/theming-filled-tonal.html @@ -5,7 +5,8 @@ aria-label="Image of a filled tonal icon button with a different theme applied">