coles-solid-library 0.4.0 → 0.4.1
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.esm.js +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2906,6 +2906,7 @@ const Icon = props => {
|
|
|
2906
2906
|
}, _el$);
|
|
2907
2907
|
_el$.style.setProperty("display", "inline-block");
|
|
2908
2908
|
color != null ? _el$.style.setProperty("color", color) : _el$.style.removeProperty("color");
|
|
2909
|
+
color != null ? _el$.style.setProperty("fill", color) : _el$.style.removeProperty("fill");
|
|
2909
2910
|
createRenderEffect(_p$ => {
|
|
2910
2911
|
var _v$ = styles$5.icon,
|
|
2911
2912
|
_v$2 = `${size()}px`,
|