Skip to content

Commit

Permalink
Merge pull request #164 from eye-on-surveillance/AI/revert-colors
Browse files Browse the repository at this point in the history
 AI/revert-colors
  • Loading branch information
ayyubibrahimi authored Nov 16, 2023
2 parents 66a781c + d133661 commit 0da18af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ module.exports = {
theme: {
extend: {
colors: {
primary: "#998FC7", // Dark blue
secondary: "#998FC7", // Sky blue
blue: "#28262C", // Light blue
primary: "#16054D", // Dark blue
secondary: "#61B0E0", // Sky blue
blue: "#D6FFFD", // Light blue
purple: "#726CDA",
},
fontFamily: {
body: ["Roboto", "sans-serif"],
Expand Down

1 comment on commit 0da18af

@vercel
Copy link

@vercel vercel bot commented on 0da18af Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.