Skip to content

Commit

Permalink
fix(split-button): correct style application
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Mar 22, 2023
1 parent a0b042b commit a954fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/split-button/src/SplitButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,11 @@ export class SplitButton extends SizedMixin(PickerBase) {
class="icon ${chevronClass[
this.size as DefaultElementSize
]}"
slot="icon"
></sp-icon-chevron100>
`
: html`
<sp-icon-more class="icon"></sp-icon-more>
<sp-icon-more></sp-icon-more>
`}
</sp-button>
`,
Expand Down

0 comments on commit a954fdf

Please sign in to comment.