Skip to content

Commit 1e06dda

Browse files
committed
fix: update class and style for state output group
1 parent 1f0b928 commit 1e06dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/map/src/components/UsaMap/components/SingleState/SingleState.StateOutput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const StateOutput: React.FC<StateOutputProps> = ({ topoData, path, scale, runtim
3030
return stateLines.map((line, index) => (
3131
<g
3232
key={`single-state-${index}`}
33-
className='single-state pe-none'
34-
style={{ fill: 'transparent' }}
33+
className='single-state'
34+
style={{ fill: 'transparent', pointerEvents: 'none' }}
3535
stroke={geoStrokeColor}
3636
strokeWidth={2 / scale}
3737
>

0 commit comments

Comments
 (0)