We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d18d commit 47ea912Copy full SHA for 47ea912
1 file changed
elements/pf-v6-avatar/pf-v6-avatar.ts
@@ -36,7 +36,7 @@ export class PfV6AvatarLoadEvent extends Event {
36
*/
37
@customElement('pf-v6-avatar')
38
export class PfV6Avatar extends LitElement {
39
- static styles = [style];
+ static readonly styles: CSSStyleSheet[] = [style];
40
41
/** The URL to the user's custom avatar image. */
42
@property() src?: string;
0 commit comments