Skip to content

Commit

Permalink
test: update colors in embeddables mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Feb 12, 2025
1 parent bc800f3 commit 105c642
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const mockLineLayer = {
properties: {
fillColor: {
type: 'STATIC',
options: { color: '#6092C0' },
options: { color: '#A6EDEA' },
},
lineColor: {
type: 'STATIC',
Expand Down Expand Up @@ -348,7 +348,7 @@ export const mockClientServerLineLayer = {
properties: {
fillColor: {
type: 'STATIC',
options: { color: '#6092C0' },
options: { color: '#A6EDEA' },
},
lineColor: {
type: 'STATIC',
Expand Down

0 comments on commit 105c642

Please sign in to comment.