Skip to content

Commit dd31c9d

Browse files
committed
AccidentsPopUp smaller font
1 parent a455d36 commit dd31c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/map/AccidentPopUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const AccidentsPopUp: React.FC<IProps> = (({ data: x, language }) => {
1818
if (x.injured_type_hebrew !== undefined) {
1919
return (
2020
<Popup>
21-
<div style={{fontSize: '16px'}} className={`text${language}`}>
21+
<div style={{fontSize: '14px'}} className={`text${language}`}>
2222
<div><span style={pStyle}>{t('When')}: </span>{x.accident_timestamp.slice(0, 16)}, {x.day_in_week_hebrew}, {x.day_night_hebrew}</div>
2323
<div><span style={pStyle}>{t('Who')}: </span>{x.injured_type_hebrew}, {x.injury_severity_hebrew}, {x.vehicle_vehicle_type_hebrew ? `${x.vehicle_vehicle_type_hebrew}, ` : ''} {x.sex_hebrew}, {x.age_group_hebrew}, {x.population_type_hebrew}</div>
2424
<div><span style={pStyle}>{t('Where')}: </span>

0 commit comments

Comments
 (0)