@sdata/web-vue 2.10.1 → 2.10.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.
package/dist/sd.css CHANGED
@@ -10462,7 +10462,7 @@ body.sd-tour-active .sd-tour-popover * {
10462
10462
  .sd-layout-header {
10463
10463
  height: 64px;
10464
10464
  padding: 0 50px;
10465
- color: var(--sd-color-text-1);
10465
+ color: color-mix(in srgb, var(--sd-color-menu-dark-bg), #fff 90%);
10466
10466
  line-height: 64px;
10467
10467
  background: var(--sd-color-menu-dark-bg);
10468
10468
  }