Skip to content

Commit

Permalink
fix(vwc-button): dense prop should reflect to attr (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: Yonatan Kra <yonatan.kra@vonage.com>
Co-authored-by: Joel Graham <j.r.g@hotmail.com>
  • Loading branch information
3 people authored Jun 14, 2021
1 parent b973adf commit 9078b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/button/src/vwc-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ type ButtonShape = Extract<Shape, Shape.Rounded | Shape.Pill>;
*/
@customElement('vwc-button')
export class VWCButton extends MWCButton {
@property({ type: Boolean, reflect: true })
dense = false;

@property({ type: Boolean, reflect: true })
enlarged = false;

Expand Down

0 comments on commit 9078b3d

Please sign in to comment.