Set Button alignment to center

This commit is contained in:
Peter Zimon 2021-11-16 09:04:35 +01:00
parent 77c2a9eba7
commit 527043a89d

View File

@ -85,7 +85,7 @@ export default class KoenigCardButtonComponent extends Component {
this.args.registerComponent(this);
const payloadDefaults = {
alignment: 'left'
alignment: 'center'
};
Object.entries(payloadDefaults).forEach(([key, value]) => {