Skip to content

Commit

Permalink
Fix shop=car_repair label/icon colour mismatch
Browse files Browse the repository at this point in the history
The colour of the icon (purple) and the label (brown) don't match.

This commit makes the label purple to match most other `shop=*` tags.

Fixes #2658
  • Loading branch information
jdhoek committed Apr 21, 2022
1 parent 1178dfb commit a6716e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions style/amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@

[shop = 'car_repair'][zoom >= 18] {
marker-file: url('symbols/shop/car_repair.svg');
marker-fill: @amenity-brown;
}

[shop = 'dairy'][zoom >= 18] {
Expand Down Expand Up @@ -2604,9 +2603,6 @@
text-face-name: @standard-font;
text-halo-radius: @standard-halo-radius;
text-halo-fill: rgba(255, 255, 255, 0.6);
[shop = 'car_repair'] {
text-fill: @amenity-brown;
}
[shop = 'massage'] {
text-fill: @leisure-green;
}
Expand Down

0 comments on commit a6716e8

Please sign in to comment.