From 38d37591633fb98cba1a074d18d6ed00e0746539 Mon Sep 17 00:00:00 2001 From: Ramin Farhadi Date: Fri, 23 Aug 2024 14:40:32 -0400 Subject: [PATCH] reduced the size of icons --- src/App.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4ebc8d6..e072067 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -398,6 +398,7 @@ function App() { type: 'symbol', layout: { ...defaultLayoutProps, + "icon-size": 0.8, 'icon-image': 'location', visibility: visibility.locations.buildings! ? 'visible': 'none' } @@ -421,6 +422,7 @@ function App() { type: 'symbol', layout: { ...defaultLayoutProps, + "icon-size": 0.8, "icon-image": 'housing', visibility: visibility.locations.housing! ? 'visible': 'none' }, @@ -564,7 +566,6 @@ function App() { layout: { ...defaultLayoutProps, "icon-image": 'auto-door', - "icon-size": 1.5, visibility: visibility.accessibility.autoDoors! ? 'visible': 'none' }, }; @@ -597,7 +598,6 @@ function App() { layout: { ...defaultLayoutProps, "icon-image": 'bike-rack', - "icon-size":1.4, visibility: visibility.bikeRacks! ? 'visible': 'none' }, }; @@ -608,7 +608,6 @@ function App() { layout: { ...defaultLayoutProps, "icon-image": 'family', - "icon-size": 1.2, visibility: visibility.family! ? 'visible': 'none' }, }; @@ -629,7 +628,6 @@ function App() { layout: { ...defaultLayoutProps, "icon-image": 'art', - "icon-size":1.2, visibility: visibility.art! ? 'visible': 'none' }, }; @@ -640,7 +638,6 @@ function App() { layout: { ...defaultLayoutProps, "icon-image": 'service', - "icon-size":1.2, visibility: visibility.studentServices! ? 'visible': 'none' }, };