Chaning line color in Engine Overview Diagram.

pull/638/head
Kellan Wampler 2022-07-13 09:54:13 -04:00
rodzic 9da6294a0d
commit aefb1439ef
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ const _EngineOverviewDiagram = () => {
// const { toggleModal } = useModals();
const xarrowStyle = {
color: "#212990",
color: "#FF8B73",
showHead: true,
headSize: 6,
};

Wyświetl plik

@ -4,7 +4,7 @@ import { Flex, Heading } from "@chakra-ui/react";
import showdown from "showdown";
import showdownHighlight from "showdown-highlight";
const ExampleCode = (props) => {
const ExampleCode = () => {
const converter = new showdown.Converter({
ghCompatibleHeaderId: true,
parseImgDimensions: true,