Skip to content

Commit

Permalink
fix(action-menu): provide action menu size to action button
Browse files Browse the repository at this point in the history
  • Loading branch information
simshanith authored and Westbrook committed May 11, 2021
1 parent 6ddfa34 commit b963f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/action-menu/src/ActionMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class ActionMenu extends ObserveSlotText(PickerBase, 'label') {
aria-label=${ifDefined(this.label || undefined)}
id="button"
class="button"
size=${this.size}
@blur=${this.onButtonBlur}
@click=${this.onButtonClick}
@focus=${this.onButtonFocus}
Expand Down

0 comments on commit b963f57

Please sign in to comment.