diff --git a/packages/editor-sample/src/getConfiguration/sample/order-ecommerce.ts b/packages/editor-sample/src/getConfiguration/sample/order-ecommerce.ts index 94f9ef7..43088c3 100644 --- a/packages/editor-sample/src/getConfiguration/sample/order-ecommerce.ts +++ b/packages/editor-sample/src/getConfiguration/sample/order-ecommerce.ts @@ -774,8 +774,8 @@ const ORDER_ECOMMERCE: TEditorConfiguration = { style: { backgroundColor: null, padding: { - top: 8, - bottom: 8, + top: 4, + bottom: 4, left: 0, right: 0, }, @@ -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', }, }, }, @@ -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', }, }, }, diff --git a/packages/editor-sample/src/getConfiguration/sample/post-metrics-report.ts b/packages/editor-sample/src/getConfiguration/sample/post-metrics-report.ts index 29f0ad9..6dea6e7 100644 --- a/packages/editor-sample/src/getConfiguration/sample/post-metrics-report.ts +++ b/packages/editor-sample/src/getConfiguration/sample/post-metrics-report.ts @@ -228,7 +228,7 @@ const POST_METRICS_REPORT: TEditorConfiguration = { textAlign: 'center', padding: { top: 16, - bottom: 40, + bottom: 24, left: 24, right: 24, }, @@ -292,7 +292,7 @@ const POST_METRICS_REPORT: TEditorConfiguration = { type: 'Container', data: { style: { - backgroundColor: null, + backgroundColor: '#FAFAFA', borderColor: null, borderRadius: 8, padding: { @@ -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', diff --git a/packages/editor-sample/src/getConfiguration/sample/reservation-reminder.ts b/packages/editor-sample/src/getConfiguration/sample/reservation-reminder.ts index 4d33d54..59fc404 100644 --- a/packages/editor-sample/src/getConfiguration/sample/reservation-reminder.ts +++ b/packages/editor-sample/src/getConfiguration/sample/reservation-reminder.ts @@ -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.', }, }, }, diff --git a/packages/editor-sample/src/getConfiguration/sample/respond-to-message.ts b/packages/editor-sample/src/getConfiguration/sample/respond-to-message.ts index 4df5834..57d5d3c 100644 --- a/packages/editor-sample/src/getConfiguration/sample/respond-to-message.ts +++ b/packages/editor-sample/src/getConfiguration/sample/respond-to-message.ts @@ -74,7 +74,7 @@ const RESPOND_TO_MESSAGE: TEditorConfiguration = { fontWeight: null, textAlign: null, padding: { - top: 16, + top: 8, bottom: 16, left: 24, right: 24,