Skip to content

Commit

Permalink
fix(card): use new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
patcharapon.kongchorb_rft committed Sep 29, 2021
1 parent ea81df9 commit af5d7fc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 26 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/elemental-theme/src/custom-elements/ef-card.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@

[part~="menu-button"] {
margin: 0;
transform: rotate(90deg);
font-size: @icon-size;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/elements/src/card/__snapshots__/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
aria-disabled="false"
aria-readonly="false"
empty=""
icon="more"
icon="more-vertical"
part="menu-button"
tabindex="0"
textpos="after"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/src/card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class Card extends BasicElement {
<ef-button
@tap="${this.openMenu}"
part="menu-button"
icon="more"
icon="more-vertical"
transparent
></ef-button>
<ef-overlay-menu
Expand Down

0 comments on commit af5d7fc

Please sign in to comment.