Skip to content

Commit

Permalink
add custom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwendwa committed Sep 18, 2023
1 parent 3e70a5b commit 74e16bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ module.exports = {
"./src/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {},
extend: {
colors: {
primary: "#101F3C",
secondary: "#1d436b",
orange: "#F9452B",
},
},
},
plugins: [],
};

0 comments on commit 74e16bd

Please sign in to comment.