Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-11-04 12:23:41 +01:00
parent 2a67b162b6
commit 8921903a46
1 changed files with 1 additions and 0 deletions

View File

@ -7593,6 +7593,7 @@ module.exports = (_ => {
if (ele) {
ele.style.setProperty("background-image", this.props.gradient, "important");
ele.style.setProperty("color", "transparent", "important");
ele.style.setProperty("text-decoration-color", BDFDB.ColorUtils.convert(this.props.gradient[0], "RGBA"), "important");
ele.style.setProperty("-webkit-background-clip", "text", "important");
}
}