style(minimap): transparent mask

This commit is contained in:
moklick
2020-11-10 18:40:45 +01:00
parent 75a7825d2f
commit ee87ce64db
+1 -1
View File
@@ -28,7 +28,7 @@ const MiniMap = ({
nodeColor = '#fff', nodeColor = '#fff',
nodeClassName = '', nodeClassName = '',
nodeBorderRadius = 5, nodeBorderRadius = 5,
maskColor = '#F0F2F3', maskColor = 'rgb(240, 242, 243, 0.7)',
}: MiniMapProps) => { }: MiniMapProps) => {
const containerWidth = useStoreState((s) => s.width); const containerWidth = useStoreState((s) => s.width);
const containerHeight = useStoreState((s) => s.height); const containerHeight = useStoreState((s) => s.height);