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 a3948f7 commit d73e358Copy full SHA for d73e358
src/components/Graphs/Graph.tsx
@@ -76,10 +76,7 @@ const Graph: React.FC = () => {
76
}
77
78
return (
79
- <div
80
- className={styles.graphContainer}
81
- data-theme={isDarkTheme ? 'dark' : 'light'}
82
- >
+ <div className={styles.graphContainer} data-theme={isDarkTheme ? 'dark' : 'light'}>
83
<div className={styles.graphColumn}>
84
<ReactFlow
85
data-theme={isDarkTheme ? 'dark' : 'light'}
0 commit comments