Skip to content

Commit

Permalink
make halos more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 10, 2024
1 parent 5a6ef15 commit c622312
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions styles/src/base_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,8 @@ export function labels_layers(
paint: {
"text-color": t.roads_label_minor,
"text-halo-color": t.roads_label_minor_halo,
"text-halo-width": 2,
"text-halo-width": 1,
"text-halo-blur": 1,
},
},
{
Expand Down Expand Up @@ -1552,7 +1553,8 @@ export function labels_layers(
paint: {
"text-color": t.subplace_label,
"text-halo-color": t.subplace_label_halo,
"text-halo-width": 1.5,
"text-halo-width": 1,
"text-halo-blur": 1,
},
},
{
Expand Down Expand Up @@ -1667,6 +1669,7 @@ export function labels_layers(
"text-color": t.city_label,
"text-halo-color": t.city_label_halo,
"text-halo-width": 1,
"text-halo-blur": 1,
},
},
{
Expand All @@ -1693,7 +1696,8 @@ export function labels_layers(
paint: {
"text-color": t.state_label,
"text-halo-color": t.state_label_halo,
"text-halo-width": 2,
"text-halo-width": 1,
"text-halo-blur": 1,
},
},
{
Expand Down

0 comments on commit c622312

Please sign in to comment.