@cal.macconnachie/web-components 2.5.3 → 2.5.4
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6097,12 +6097,12 @@ class G extends M {
|
|
|
6097
6097
|
}
|
|
6098
6098
|
renderActionIcon(e, t = "24px") {
|
|
6099
6099
|
return e.icon.includes("<") ? f`<span
|
|
6100
|
-
style="display: inline-flex; width: ${t}; height: ${t};"
|
|
6100
|
+
style="display: inline-flex; width: ${t}; height: ${t}; color: inherit;"
|
|
6101
6101
|
.innerHTML=${e.icon}
|
|
6102
6102
|
></span>` : f`<base-icon
|
|
6103
6103
|
name=${e.icon}
|
|
6104
6104
|
size=${t}
|
|
6105
|
-
color
|
|
6105
|
+
color="currentColor"
|
|
6106
6106
|
></base-icon>`;
|
|
6107
6107
|
}
|
|
6108
6108
|
triggerSwipeAction(e) {
|