From d257aa2fb592c8def4ff40630914127575b87062 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 27 Aug 2023 17:08:08 -0700 Subject: Streamline theme palette --- modern/src/map/MapRoutePath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/map/MapRoutePath.js') diff --git a/modern/src/map/MapRoutePath.js b/modern/src/map/MapRoutePath.js index c7d03400..18069a71 100644 --- a/modern/src/map/MapRoutePath.js +++ b/modern/src/map/MapRoutePath.js @@ -20,7 +20,7 @@ const MapRoutePath = ({ name, positions, coordinates }) => { } } } - return theme.palette.colors.geometry; + return theme.palette.geometry.main; }); useEffect(() => { -- cgit v1.2.3