diff --git a/projects/packages/my-jetpack/_inc/components/modules-list/styles.module.scss b/projects/packages/my-jetpack/_inc/components/modules-list/styles.module.scss index 3ea3975f60db6..140f1503b5904 100644 --- a/projects/packages/my-jetpack/_inc/components/modules-list/styles.module.scss +++ b/projects/packages/my-jetpack/_inc/components/modules-list/styles.module.scss @@ -5,6 +5,7 @@ :global(.dataviews-wrapper) { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; + background-color: #{gb.$white}; } :global(thead tr.dataviews-view-table__row) { diff --git a/projects/packages/my-jetpack/changelog/fix-myjp-products-list-missing-background b/projects/packages/my-jetpack/changelog/fix-myjp-products-list-missing-background new file mode 100644 index 0000000000000..0263545f6e3d3 --- /dev/null +++ b/projects/packages/my-jetpack/changelog/fix-myjp-products-list-missing-background @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +My Jetpack: Added missing background color for products list.