Skip to content

Commit 47ea912

Browse files
committed
fix(avatar): readd typing
1 parent 029d18d commit 47ea912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elements/pf-v6-avatar/pf-v6-avatar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class PfV6AvatarLoadEvent extends Event {
3636
*/
3737
@customElement('pf-v6-avatar')
3838
export class PfV6Avatar extends LitElement {
39-
static styles = [style];
39+
static readonly styles: CSSStyleSheet[] = [style];
4040

4141
/** The URL to the user's custom avatar image. */
4242
@property() src?: string;

0 commit comments

Comments
 (0)