We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c9c96 commit a50d24fCopy full SHA for a50d24f
src/components/Graphs/Graph.tsx
@@ -76,7 +76,11 @@ const Graph: React.FC = () => {
76
}
77
78
return (
79
- <div className={styles.graphContainer} style={{maxWidth: '1280px', margin: '0 auto'}} data-theme={isDarkTheme ? 'dark' : 'light'}>
+ <div
80
+ className={styles.graphContainer}
81
+ style={{ maxWidth: '1280px', margin: '0 auto' }}
82
+ data-theme={isDarkTheme ? 'dark' : 'light'}
83
+ >
84
<div className={styles.graphColumn}>
85
<ReactFlow
86
data-theme={isDarkTheme ? 'dark' : 'light'}
0 commit comments