Skip to content

Commit f4dee1c

Browse files
authored
fix(ui5-togglebutton): add base styles (#352)
1 parent 4fae1ff commit f4dee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/ToggleButton.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ToggleButton extends Button {
6161
}
6262

6363
static get styles() {
64-
return [Button.style, toggleBtnCss];
64+
return [Button.styles, toggleBtnCss];
6565
}
6666

6767
onclick() {

0 commit comments

Comments
 (0)