We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9409657 commit d7e757bCopy full SHA for d7e757b
packages/sdk-components-react/src/xml-node.tsx
@@ -88,6 +88,7 @@ export const XmlNode = forwardRef<ElementRef<"div">, Props>(
88
style={{
89
display: isTextChild ? "inline" : "block",
90
marginLeft: isTextChild ? 0 : "1rem",
91
+ color: "#000000",
92
}}
93
>
94
{children}
0 commit comments