@leavittsoftware/web 4.1.0 → 4.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "9b96d41701c4a0e471e9d2081eb068c87bf4b615"
43
+ "gitHead": "3b19342078fec139f3cec8fdcc58cb3373778399"
44
44
  }
@@ -178,8 +178,8 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
178
178
  footer {
179
179
  display: none;
180
180
 
181
- background-color: var(--md-sys-color-background);
182
- color: var(--md-sys-color-on-background);
181
+ background-color: inherit;
182
+ color: inherit;
183
183
  }
184
184
 
185
185
  :host([has-footer]) header {