@deephaven/components 0.67.1-beta.2 → 0.68.1-beta.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.
@@ -8065,8 +8065,9 @@ a.text-danger:hover, a.text-danger:focus {
8065
8065
  --dh-svg-inline-icon-size: 16px;
8066
8066
  color: var(--dh-color-text);
8067
8067
  }
8068
- :root .spectrum-theme-provider,
8069
- :root [class*=_spectrum--] {
8068
+ :root .spectrum-theme-provider {
8069
+ --dh-spectrum-theme-provider-bg: unset;
8070
+ background-color: var(--dh-spectrum-theme-provider-bg);
8070
8071
  color: var(--dh-color-text);
8071
8072
  }
8072
8073