Skip to content

Commit

Permalink
feat: add alignItems prop
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jun 25, 2024
1 parent eb1177f commit 97891dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/scripts/commit-button-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h3>Commit button example</h3>
};
let justifyContent = "flex-start";
const containerStyle = {
justifyContent
justifyContent,
alignItems: "initial"
};
const instance = CommitButton({
...argsThatDependOnEnv,
Expand Down

0 comments on commit 97891dd

Please sign in to comment.