Adjust SvelteFlow and allow for null to use CSS variable
This commit is contained in:
@@ -5,7 +5,7 @@ import { useStore } from '../../hooks/useStore';
|
||||
import { useMarkerSymbol } from './MarkerSymbols';
|
||||
|
||||
type MarkerDefinitionsProps = {
|
||||
defaultColor: string;
|
||||
defaultColor: string | null;
|
||||
rfId?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user