Skip to content

Commit

Permalink
Sample template content and style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisip committed Feb 27, 2024
1 parent c91b1bb commit 7d9479f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@ const ORDER_ECOMMERCE: TEditorConfiguration = {
style: {
backgroundColor: null,
padding: {
top: 8,
bottom: 8,
top: 4,
bottom: 4,
left: 0,
right: 0,
},
Expand Down Expand Up @@ -1465,7 +1465,7 @@ const ORDER_ECOMMERCE: TEditorConfiguration = {
},
},
props: {
text: 'Jordan Isip\n123 Main St\nNew York, NY 10002\nUnited States',
text: '123 Main St New York, NY 10002',
},
},
},
Expand Down Expand Up @@ -1528,7 +1528,7 @@ const ORDER_ECOMMERCE: TEditorConfiguration = {
},
},
props: {
text: 'Jordan Isip\n123 Main St\nNew York, NY 10002\nUnited States',
text: '123 Main St New York, NY 10002',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const POST_METRICS_REPORT: TEditorConfiguration = {
textAlign: 'center',
padding: {
top: 16,
bottom: 40,
bottom: 24,
left: 24,
right: 24,
},
Expand Down Expand Up @@ -292,7 +292,7 @@ const POST_METRICS_REPORT: TEditorConfiguration = {
type: 'Container',
data: {
style: {
backgroundColor: null,
backgroundColor: '#FAFAFA',
borderColor: null,
borderRadius: 8,
padding: {
Expand Down Expand Up @@ -343,9 +343,9 @@ const POST_METRICS_REPORT: TEditorConfiguration = {
},
},
props: {
buttonBackgroundColor: '#EEEEEE',
buttonBackgroundColor: '#FAFAFA',
buttonStyle: 'rounded',
buttonTextColor: '#FFFFFF',
buttonTextColor: '#474849',
fullWidth: false,
size: 'medium',
text: 'Show more',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ const RESERVATION_REMINDER: TEditorConfiguration = {
},
},
props: {
text: '2\n\nLet them know upfront if your listing is suitable for children by updating your [House Rules](https://example.usewaypoint.com/account/listings/r029348209842/settings).',
text: 'Let them know upfront if your listing is suitable for children by updating your House Rules.',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const RESPOND_TO_MESSAGE: TEditorConfiguration = {
fontWeight: null,
textAlign: null,
padding: {
top: 16,
top: 8,
bottom: 16,
left: 24,
right: 24,
Expand Down

0 comments on commit 7d9479f

Please sign in to comment.