easy-email-pro-theme 1.26.3 → 1.26.5
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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -18625,7 +18625,7 @@ const underLineAdapter = {
|
|
|
18625
18625
|
},
|
|
18626
18626
|
normalize(active) {
|
|
18627
18627
|
if (!active)
|
|
18628
|
-
return
|
|
18628
|
+
return "none";
|
|
18629
18629
|
return "underline";
|
|
18630
18630
|
}
|
|
18631
18631
|
};
|