@aquera/nile-elements 0.1.42 → 0.1.43

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.1.42",
6
+ "version": "0.1.43",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -108,7 +108,7 @@ export class NileIcon extends LitElement {
108
108
  stroke: var(--nile-svg-stroke);
109
109
  }
110
110
 
111
- .nds-icon svg * {
111
+ .nds-icon svg path {
112
112
  fill: var(--nile-svg-fill);
113
113
  }
114
114