Skip to content

Commit

Permalink
Fixing default Heading block
Browse files Browse the repository at this point in the history
  • Loading branch information
cohitre committed Feb 26, 2024
1 parent fa46ff2 commit 2888725
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export const BUTTONS: TButtonProps[] = [
type: 'Heading',
data: HeadingPropsSchema.parse({
props: { text: 'Hello friend' },
style: {
padding: { top: 16, bottom: 16, left: 24, right: 24 },
},
}),
}),
},
Expand Down

0 comments on commit 2888725

Please sign in to comment.