made event selected dotted outline yellow

This commit is contained in:
Sam Ludford
2019-05-17 16:22:22 +01:00
committed by Lachlan Kermode
parent 927593d360
commit 505e86f1ab

View File

@@ -13,7 +13,7 @@ class MapSelectedEvents extends React.Component {
>
<path
className='leaflet-interactive'
stroke={styles ? styles.stroke : '#ffffff'}
stroke={styles ? styles.stroke : '#ffd800'}
stroke-opacity='1'
stroke-width={styles ? styles['stroke-width'] : 2}
stroke-linecap=''