diff --git a/site/src/components/SegmentCreate.svelte b/site/src/components/SegmentCreate.svelte index 48128a6..2568233 100644 --- a/site/src/components/SegmentCreate.svelte +++ b/site/src/components/SegmentCreate.svelte @@ -194,8 +194,8 @@ layout: { 'line-cap': 'round', 'line-join': 'round' }, paint: { 'line-gradient': REF_GRADIENT, - 'line-width': 3, - 'line-opacity': 0.75, + 'line-width': 6, + 'line-opacity': 0.65, }, });