Skip to content
Snippets Groups Projects
Verified Commit 0a146376 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(button): wrong css class

parent 860eed84
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ class Button extends CustomControl {
button: "<slot></slot>",
},
classes: {
button: "monster-button-primary",
button: "monster-button-primary-1",
},
disabled: false,
actions: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment