Skip to content

Commit

Permalink
fix(ui5-togglebutton): add base styles (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Apr 23, 2019
1 parent 4fae1ff commit f4dee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/ToggleButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ToggleButton extends Button {
}

static get styles() {
return [Button.style, toggleBtnCss];
return [Button.styles, toggleBtnCss];
}

onclick() {
Expand Down

0 comments on commit f4dee1c

Please sign in to comment.