Skip to content

Commit

Permalink
change primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Feb 2, 2024
1 parent 7f418f8 commit 09661da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ module.exports = {
pink: colors.pink,
rose: colors.rose,
primary: {
50: "#E1FDFF",
100: "#D2FBFF",
200: "#B4F9FF",
300: "#88F5FF",
400: "#4CF0FF",
500: "#2CEDFF",
600: "#03EAFF",
700: "#00D9EC",
800: "#00C5D7",
900: "#00B1C1",
},
100: "#fffde2",
200: "#fffbc5",
300: "#fffaa9",
400: "#fff88c",
500: "#fff66f",
600: "#ccc559",
700: "#999443",
800: "#66622c",
900: "#333116"
},

secondary: {
50: "#ECE7FC",
100: "#D0C2F9",
Expand Down

0 comments on commit 09661da

Please sign in to comment.