Skip to content

Commit

Permalink
[bratislava/kupaliska-starz-be#135] icons color change (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Balros authored Jun 10, 2024
1 parent a4737b4 commit f8481c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/sport-grounds-map/src/utils/colors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const colors = {
purpleLight: "#5158D8",
purple: "#07038C",
purpleSoft: "#aeadcf",
azure: "#D0ECF8"
}
purpleLight: "#5158D8",
purple: "#0A07FE",
purpleSoft: "#aeadcf",
azure: "#D0ECF8",
};

0 comments on commit f8481c9

Please sign in to comment.