From 763156a9e94bab8887b68e90d5373c57b74f91ff Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:14:29 -0800 Subject: [PATCH] Increase brightness of stop text and switch to Semibold --- src/components/addLayers/addStops.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/addLayers/addStops.ts b/src/components/addLayers/addStops.ts index b90d2cb3..4ef6a89f 100644 --- a/src/components/addLayers/addStops.ts +++ b/src/components/addLayers/addStops.ts @@ -47,10 +47,10 @@ export function addStopsLayers(map:any, darkMode:boolean, layerspercategory:any) //'icon-ignore-placement': false, //'text-allow-overlap': true, //'symbol-avoid-edges': false, - 'text-font': ['Open Sans Bold', 'Arial Unicode MS Regular'] + 'text-font': ['Open Sans Semibold', 'Arial Unicode MS Regular'] }, paint: { - 'text-color': darkMode ? '#ddd6fe' : '#2a2a2a', + 'text-color': darkMode ? '#eee6fe' : '#2a2a2a', 'text-halo-color': darkMode ? '#0f172a' : '#ffffff', 'text-halo-width': 0.4 }, @@ -111,7 +111,7 @@ export function addStopsLayers(map:any, darkMode:boolean, layerspercategory:any) //'icon-ignore-placement': false, //'text-allow-overlap': true, //'symbol-avoid-edges': false, - 'text-font': ['Open Sans Bold', 'Arial Unicode MS Regular'], + 'text-font': ['Open Sans Semibold', 'Arial Unicode MS Regular'], }, paint: { @@ -188,7 +188,7 @@ map.addLayer({ //'icon-ignore-placement': false, //'text-allow-overlap': true, //'symbol-avoid-edges': false, - 'text-font': ['Open Sans Bold', 'Arial Unicode MS Regular'], + 'text-font': ['Open Sans Semibold', 'Arial Unicode MS Regular'], }, paint: { @@ -229,12 +229,12 @@ map.addLayer({ //'icon-ignore-placement': false, //'text-allow-overlap': true, //'symbol-avoid-edges': false, - 'text-font': ['Open Sans Bold', 'Arial Unicode MS Regular'], + 'text-font': ['Open Sans Semibold', 'Arial Unicode MS Regular'], }, paint: { - 'text-color': darkMode ? '#ddd6fe' : '#2a2a2a', + 'text-color': darkMode ? '#eee6fe' : '#2a2a2a', 'text-halo-color': darkMode ? '#0f172a' : '#ffffff', 'text-halo-width': 1 }, @@ -278,12 +278,12 @@ map.addLayer({ //'icon-ignore-placement': false, //'text-allow-overlap': true, //'symbol-avoid-edges': false, - 'text-font': ['Open Sans Bold', 'Arial Unicode MS Regular'], + 'text-font': ['Open Sans Semibold', 'Arial Unicode MS Regular'], }, paint: { - 'text-color': darkMode ? '#ddd6fe' : '#2a2a2a', + 'text-color': darkMode ? '#eee6fe' : '#2a2a2a', 'text-halo-color': darkMode ? '#0f172a' : '#ffffff', 'text-halo-width': 1 },