Skip to content

Commit

Permalink
fix(m3:icon-button-toggle): renaming render()
Browse files Browse the repository at this point in the history
  • Loading branch information
vollowx committed Apr 4, 2024
1 parent 5fd5f3e commit 9644b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m3/icon-button-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class MdIconButtonToggle extends Switch {
iconButtonStyles,
iconButtonToggleStyles,
];
get template() {
render() {
return html`
<md-focus-ring></md-focus-ring>
<md-ripple enterbehavior="none"></md-ripple>
Expand Down

0 comments on commit 9644b85

Please sign in to comment.