Skip to content

Commit

Permalink
refactor: card schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gor918 committed Feb 8, 2024
1 parent 17baf6a commit 3e7969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/message-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function createMessageCard(
padding: 'Default',
spacing: 'None',
separator: true,
width: 'stretch',
},
{
type: 'Container',
Expand All @@ -62,7 +63,6 @@ export function createMessageCard(
altText: `${commit.data.commit.author.name}`,
},
],
width: 'stretch',
padding: 'None',
},
{
Expand Down

0 comments on commit 3e7969f

Please sign in to comment.