@easemate/web-kit 0.4.0 → 0.5.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/build/react.js CHANGED
@@ -820,18 +820,12 @@ var init_style_inject = __esm({
820
820
  }
821
821
  `.trim();
822
822
  BASE_CSS = `
823
- html,
824
- body {
825
- background-color: var(--color-gray-900);
826
- }
827
-
828
- body {
823
+ ease-panel {
829
824
  font-family: var(--ease-font-family, 'Instrument Sans', sans-serif);
830
825
  font-optical-sizing: auto;
831
826
  font-weight: 400;
832
827
  font-style: normal;
833
828
  font-variation-settings: 'wdth' 100;
834
- min-height: 100dvh;
835
829
  color: var(--color-gray-600);
836
830
  }
837
831
  `.trim();