Skip to content

Commit

Permalink
fix(jsx-email,create-jsx-email): dangling width on button in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 29, 2024
1 parent e21bdc7 commit 496d5e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/templates/email.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const Template = ({ email, name }{{ propsType }}) => (
<Button
style={button}
href="https://example.com"
width={'100%'}
align={'center'}
backgroundColor={'#777'}
borderRadius={5}
Expand Down
3 changes: 2 additions & 1 deletion packages/create-jsx-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"funding": {
"type": "github",
"url": "https://github.com/sponsors/shellscape"
}
},
"generatorsBump": "0"
}
1 change: 1 addition & 0 deletions packages/jsx-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"type": "github",
"url": "https://github.com/sponsors/shellscape"
},
"generatorsBump": "0",
"sideEffects": false,
"tshy": {
"exports": {
Expand Down

0 comments on commit 496d5e5

Please sign in to comment.