From 9d22e84fc89aeca1a99b288274bf040fef7d04ab Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 4 Sep 2023 10:42:05 +0530 Subject: [PATCH] tweak text --- src/components/MermaidToExcalidraw.scss | 2 +- src/components/MermaidToExcalidraw.tsx | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/MermaidToExcalidraw.scss b/src/components/MermaidToExcalidraw.scss index 7082330c0..4eb30e348 100644 --- a/src/components/MermaidToExcalidraw.scss +++ b/src/components/MermaidToExcalidraw.scss @@ -9,7 +9,7 @@ font-size: 14px; font-style: normal; font-weight: 600; - margin-bottom: 8px; + margin-bottom: 4px; margin-left: 4px; } diff --git a/src/components/MermaidToExcalidraw.tsx b/src/components/MermaidToExcalidraw.tsx index edd0d046b..f0ae14888 100644 --- a/src/components/MermaidToExcalidraw.tsx +++ b/src/components/MermaidToExcalidraw.tsx @@ -199,11 +199,12 @@ const MermaidToExcalidraw = ({ - Currently only flowcharts are supported. The other types will be - rendered as image in Excalidraw.
- Refer to the{" "} - docs to - get started. + Currently only{" "} + + flowcharts + {" "} + are supported. The other types will be rendered as image in + Excalidraw.
}