File tree Expand file tree Collapse file tree 3 files changed +409
-6
lines changed
packages/studio-graph-editor/src Expand file tree Collapse file tree 3 files changed +409
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import useInteractive from './useInteractive';
1111import { FormattedMessage } from 'react-intl' ;
1212import { useGraphContext } from '..' ;
1313import { useContext } from './useContext' ;
14- import reactflowCss from 'reactflow/dist/style.css?raw' ;
14+ import reactFLowStyle from './reactflowStyle'
1515
1616
1717interface ISchemaGraphProps {
@@ -38,7 +38,7 @@ const SchemaGraph: React.FunctionComponent<ISchemaGraphProps> = props => {
3838 disabled = false ,
3939 graphId,
4040 } = useGraphContext ( ) ;
41- useDynamicStyle ( reactflowCss , 'reactflow-dynamic-styles' ) ;
41+ useDynamicStyle ( reactFLowStyle , 'reactflow-dynamic-styles' ) ;
4242 const description = (
4343 < FormattedMessage
4444 id = "Start sketching a model, a vertex label is a named grouping or categorization of nodes within the graph dataset"
You can’t perform that action at this time.
0 commit comments