@waggylabs/yumekit 0.4.2-beta.31 → 0.4.2

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.
@@ -167,7 +167,6 @@ class YumeTheme extends HTMLElement {
167
167
  font-family: var(--font-family-body, sans-serif);
168
168
  color: var(--base-content--, inherit);
169
169
  font-weight: var(--font-weight-body, 400);
170
- background: var(--base-background-app, transparent);
171
170
  }`;
172
171
  this.shadowRoot.appendChild(baseStyle);
173
172
 
package/dist/index.js CHANGED
@@ -11580,7 +11580,6 @@ class YumeTheme extends HTMLElement {
11580
11580
  font-family: var(--font-family-body, sans-serif);
11581
11581
  color: var(--base-content--, inherit);
11582
11582
  font-weight: var(--font-weight-body, 400);
11583
- background: var(--base-background-app, transparent);
11584
11583
  }`;
11585
11584
  this.shadowRoot.appendChild(baseStyle);
11586
11585