tweak text

This commit is contained in:
Aakansha Doshi 2023-09-04 10:42:05 +05:30
parent aa6b585b96
commit 9d22e84fc8
2 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,7 @@
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
margin-bottom: 8px; margin-bottom: 4px;
margin-left: 4px; margin-left: 4px;
} }

View File

@ -199,11 +199,12 @@ const MermaidToExcalidraw = ({
<span <span
style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }} style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }}
> >
Currently only flowcharts are supported. The other types will be Currently only{" "}
rendered as image in Excalidraw. <br /> <a href="https://mermaid.js.org/syntax/flowchart.html">
Refer to the{" "} flowcharts
<a href="https://mermaid.js.org/syntax/flowchart.html">docs</a> to </a>{" "}
get started. are supported. The other types will be rendered as image in
Excalidraw. <br />
</span> </span>
</> </>
} }