@holoviz/panel 1.7.1 → 1.7.2-a.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.
@@ -868,7 +868,7 @@
868
868
  position: absolute;
869
869
  display: inline-block;
870
870
  box-sizing: border-box;
871
- background: var(--fill-color);
871
+ background: var(--background-color);
872
872
  border: 1px solid var(--neutral-divider-rest);
873
873
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
874
874
  font-size: 14px;