styling changes of buttons

This commit is contained in:
zadam
2022-12-11 13:20:37 +01:00
parent 1f468f81cc
commit c231b3cb79
18 changed files with 52 additions and 26 deletions

View File

@@ -72,6 +72,7 @@ class BasicWidget extends Component {
render() {
this.doRender();
this.$widget.attr('data-component-id', this.componentId);
this.$widget.addClass('component')
.prop('component', this);