fix(button): fix template typo

PiperOrigin-RevId: 523804709
This commit is contained in:
Material Web Team 2023-04-12 14:22:18 -07:00 committed by Copybara-Service
parent 45c6cb236e
commit a44bc3a87c

View File

@ -153,7 +153,7 @@ export abstract class Button extends LitElement implements ButtonState {
${this.renderLeadingIcon()}
${this.renderLabel()}
${this.renderTrailingIcon()}
</${button}}>`;
</${button}>`;
}
protected getRenderClasses(): ClassInfo {