Skip to content

Commit

Permalink
chore: add attribute for vanilla usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Nov 7, 2023
1 parent edc8f02 commit 491cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/stacinfo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class EOxStacInfo extends LitElement {
@property({ type: Array })
footer: Array<string> = [];

@property()
@property({ attribute: "style-override" })
styleOverride: string = "";

@state()
Expand Down

0 comments on commit 491cc1b

Please sign in to comment.