Skip to content

Commit af110e8

Browse files
dfreedmcopybara-github
authored andcommitted
[FAB] fix internal tooling
PiperOrigin-RevId: 335125576
1 parent 615d861 commit af110e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/fab/mwc-fab-base.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ export class FabBase extends LitElement {
5555
return this.attachShadow({mode: 'open', delegatesFocus: true});
5656
}
5757

58-
/** @soyTemplate */
58+
/**
59+
* @soyTemplate
60+
* @soyClasses fabClasses: .mdc-fab
61+
*/
5962
protected render() {
6063
const hasTouchTarget = this.mini && !this.reducedTouchTarget;
6164
/** @classMap */

0 commit comments

Comments
 (0)