kopia lustrzana https://github.com/bugout-dev/moonstream
Chaning line color in Engine Overview Diagram.
rodzic
9da6294a0d
commit
aefb1439ef
|
@ -42,7 +42,7 @@ const _EngineOverviewDiagram = () => {
|
|||
// const { toggleModal } = useModals();
|
||||
|
||||
const xarrowStyle = {
|
||||
color: "#212990",
|
||||
color: "#FF8B73",
|
||||
showHead: true,
|
||||
headSize: 6,
|
||||
};
|
||||
|
|
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue