@preference-sl/pref-viewer 2.15.1 → 2.16.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/styles.js CHANGED
@@ -106,6 +106,7 @@ export const PrefViewer3DStyles = `
106
106
  position: relative;
107
107
  outline: none;
108
108
  box-sizing: border-box;
109
+ background: #ffffff;
109
110
  }
110
111
  `;
111
112