Skip to content

Commit

Permalink
color adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalenca committed Aug 29, 2023
1 parent a9a1a0b commit 7cbc913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/observatorio/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const PDCLayer = {
id: "Não executado no PDC",
type: "line",
paint: {
"line-color": "#000000",
"line-color": "#E02F31",
"line-opacity": 0.5,
"line-width": 2,
},
Expand All @@ -162,7 +162,7 @@ const NotPDC = {
id: "Executados fora do PDC",
type: "line",
paint: {
"line-color": "#E02F31",
"line-color": "#DDDF00",
"line-width": 1.5,
"line-opacity": 0.8,
// 'line-dasharray': [2,.5],
Expand Down

0 comments on commit 7cbc913

Please sign in to comment.