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 { toggleModal } = useModals();
|
||||||
|
|
||||||
const xarrowStyle = {
|
const xarrowStyle = {
|
||||||
color: "#212990",
|
color: "#FF8B73",
|
||||||
showHead: true,
|
showHead: true,
|
||||||
headSize: 6,
|
headSize: 6,
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { Flex, Heading } from "@chakra-ui/react";
|
||||||
import showdown from "showdown";
|
import showdown from "showdown";
|
||||||
import showdownHighlight from "showdown-highlight";
|
import showdownHighlight from "showdown-highlight";
|
||||||
|
|
||||||
const ExampleCode = (props) => {
|
const ExampleCode = () => {
|
||||||
const converter = new showdown.Converter({
|
const converter = new showdown.Converter({
|
||||||
ghCompatibleHeaderId: true,
|
ghCompatibleHeaderId: true,
|
||||||
parseImgDimensions: true,
|
parseImgDimensions: true,
|
||||||
|
|
Ładowanie…
Reference in New Issue