Skip to content

Commit

Permalink
Merge branch 'svg-icons' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
2 parents 9802219 + a6c6cd7 commit 150760e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ function App() {
type: 'symbol',
layout: {
...defaultLayoutProps,
"icon-size": 0.8,
"icon-size": 0.6,
'icon-image': 'location',
visibility: visibility.locations.buildings! ? 'visible': 'none'
}
Expand All @@ -430,7 +430,7 @@ function App() {
type: 'symbol',
layout: {
...defaultLayoutProps,
"icon-size": 0.8,
"icon-size": 0.6,
"icon-image": 'housing',
visibility: visibility.locations.housing! ? 'visible': 'none'
},
Expand Down Expand Up @@ -607,7 +607,7 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'bike-rack',
"icon-size": 1,
"icon-size": 0.8,
visibility: visibility.bikeRacks! ? 'visible': 'none'
},
};
Expand All @@ -618,7 +618,7 @@ function App() {
layout: {
...defaultLayoutProps,
"icon-image": 'family',
"icon-size": .9,
"icon-size": .8,
visibility: visibility.family! ? 'visible': 'none'
},
};
Expand Down

0 comments on commit 150760e

Please sign in to comment.