Double the front line thickness.

Make it easier to click on.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2437.
This commit is contained in:
Dan Albert 2022-09-27 23:28:58 -07:00
parent edd162c3d2
commit 67dcc6e7f5

View File

@ -13,7 +13,7 @@ function FrontLine(props: FrontLineProps) {
return (
<Polyline
positions={props.front.extents}
weight={8}
weight={16}
color={"#fe7d0a"}
eventHandlers={{
contextmenu: () => {