@solutions2share/s2s-email-builder 0.0.9 → 0.0.10
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.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28885,7 +28885,7 @@ function Ka({ children: e }) {
|
|
|
28885
28885
|
let o;
|
|
28886
28886
|
t === i ? o = "2px solid rgba(0,121,204, 1)" : r && (o = "2px solid rgba(0,121,204, 0.3)");
|
|
28887
28887
|
let c;
|
|
28888
|
-
Object.keys(e.props.props).length === 1 && Object.keys(e.props.props)[0] === "text" && (e.props.style.backgroundColor === "#ecf0f1" && a === "dark"
|
|
28888
|
+
Object.keys(e.props.props).length === 1 && Object.keys(e.props.props)[0] === "text" && (e.props.style.backgroundColor ? e.props.style.backgroundColor === "#ecf0f1" && a === "dark" && (c = "#000") : c = a === "dark" ? "#fff" : "#000");
|
|
28889
28889
|
let d;
|
|
28890
28890
|
Object.keys(e.props.props).length === 1 && Object.keys(e.props.props)[0] === "text" && (d = "break-word");
|
|
28891
28891
|
let p;
|