style(minimap): transparent mask
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user