diff --git a/components/src/maplibre/ArrowSource/ArrowSource.stories.svelte b/components/src/maplibre/ArrowSource/ArrowSource.stories.svelte
index 00b6283..cdc4f48 100644
--- a/components/src/maplibre/ArrowSource/ArrowSource.stories.svelte
+++ b/components/src/maplibre/ArrowSource/ArrowSource.stories.svelte
@@ -6,8 +6,8 @@
import AttributionControl from '../AttributionControl/AttributionControl.svelte';
import { SWRDataLabLight } from '../MapStyle';
- import { tokens } from '../../DesignTokens';
import DesignTokens from '../../DesignTokens/DesignTokens.svelte';
+ import { tokens } from '../../DesignTokens';
const { Story } = defineMeta({
title: 'Maplibre/Source/ArrowSource',
@@ -22,9 +22,9 @@
showDebug={true}
style={SWRDataLabLight()}
initialLocation={{
- lng: -84.783,
- lat: 15.623,
- zoom: 3.39,
+ lng: -78.404,
+ lat: 13.411,
+ zoom: 5.124,
pitch: 0
}}
>
@@ -39,7 +39,7 @@
c: [-81, 14.6]
},
{
- width: 15,
+ width: 25,
a: [-71.1, 11.3],
b: [-75.783, 15.6],
c: [-75, 12.6]
@@ -60,18 +60,19 @@
0,
'transparent',
0.4,
- tokens.shades.red.base
+ tokens.shades.violet.base
],
'line-width': ['get', 'width']
}}
/>
+
diff --git a/components/src/maplibre/ArrowSource/ArrowSource.svelte b/components/src/maplibre/ArrowSource/ArrowSource.svelte
index 334fadf..dd8139a 100644
--- a/components/src/maplibre/ArrowSource/ArrowSource.svelte
+++ b/components/src/maplibre/ArrowSource/ArrowSource.svelte
@@ -1,14 +1,14 @@