mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 12:58:35 +03:00
made event selected dotted outline yellow
This commit is contained in:
committed by
Lachlan Kermode
parent
927593d360
commit
505e86f1ab
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user