cozy-bar 8.14.0 → 8.15.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.
package/README.md CHANGED
@@ -41,6 +41,8 @@ window.cozy.bar.init({
41
41
  - `lang` is extracted from the `lang` attribute of the `<html>` tag. Defaults to 'en'
42
42
  - `iconPath` uses the favicon 32px. Defaults to a blank GIF
43
43
 
44
+ To make the icon of Cozy(`icon-cozy-home.svg`) compatible with an inverted theme, please set the parameter `isInvertedTheme` to `true`
45
+
44
46
  ## Help link
45
47
 
46
48
  Help link is defined in your Cozy's [configuration file](https://github.com/cozy/cozy-stack/blob/master/docs/config.md#main-configuration-file), in the `context` section. See the `cozy.example.yaml` file [provided by the stack](https://github.com/cozy/cozy-stack/blob/master/cozy.example.yaml#L80).