mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Set Button alignment to center
This commit is contained in:
parent
77c2a9eba7
commit
527043a89d
@ -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]) => {
|
||||
|
Loading…
Reference in New Issue
Block a user