Skip to content

Commit

Permalink
fix(iconbutton)!: rename attribute flipiconinrtl to flip-icon-in-rtl
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542700706
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Jun 22, 2023
1 parent 950cd4f commit a5e4354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iconbutton/lib/icon-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export class IconButton extends LitElement {
/**
* Flips the icon if it is in an RTL context at startup.
*/
@property({type: Boolean}) flipIconInRtl = false;
@property({type: Boolean, attribute: 'flip-icon-in-rtl'})
flipIconInRtl = false;

/**
* Sets the underlying `HTMLAnchorElement`'s `href` resource attribute.
Expand Down

0 comments on commit a5e4354

Please sign in to comment.