Skip to content

Commit

Permalink
reduced the size of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
1 parent e382fe0 commit 38d3759
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ function App() {
type: 'symbol',
layout: {
...defaultLayoutProps,
"icon-size": 0.8,
'icon-image': 'location',
visibility: visibility.locations.buildings! ? 'visible': 'none'
}
Expand All @@ -421,6 +422,7 @@ function App() {
type: 'symbol',
layout: {
...defaultLayoutProps,
"icon-size": 0.8,
"icon-image": 'housing',
visibility: visibility.locations.housing! ? 'visible': 'none'
},
Expand Down Expand Up @@ -564,7 +566,6 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'auto-door',
"icon-size": 1.5,
visibility: visibility.accessibility.autoDoors! ? 'visible': 'none'
},
};
Expand Down Expand Up @@ -597,7 +598,6 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'bike-rack',
"icon-size":1.4,
visibility: visibility.bikeRacks! ? 'visible': 'none'
},
};
Expand All @@ -608,7 +608,6 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'family',
"icon-size": 1.2,
visibility: visibility.family! ? 'visible': 'none'
},
};
Expand All @@ -629,7 +628,6 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'art',
"icon-size":1.2,
visibility: visibility.art! ? 'visible': 'none'
},
};
Expand All @@ -640,7 +638,6 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'service',
"icon-size":1.2,
visibility: visibility.studentServices! ? 'visible': 'none'
},
};
Expand Down

0 comments on commit 38d3759

Please sign in to comment.