@apia/theme 0.3.4 → 0.3.6

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/index.js CHANGED
@@ -807,9 +807,7 @@ const components$1 = (theme) => {
807
807
  }
808
808
  },
809
809
  desktop: {
810
- windowElement: {
811
- color: ""
812
- }
810
+ windowHeader: tinycolor(theme.palette.primary.main).setAlpha(0.8).toRgbString()
813
811
  }
814
812
  };
815
813
  };