Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 10, 2024
1 parent 8f03611 commit 6596ddd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/src/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ export const LIGHT: Theme = {
country_label: "#a3a3a3",

pois: {
green: "#20834D"
}
green: "#20834D",
},
};

export const DARK: Theme = {
Expand Down Expand Up @@ -334,8 +334,8 @@ export const DARK: Theme = {
country_label: "#5c5c5c",

pois: {
green: "#30C573"
}
green: "#30C573",
},
};

export const WHITE: Theme = {
Expand Down

0 comments on commit 6596ddd

Please sign in to comment.