Skip to content

Commit

Permalink
NA- Setup colours from Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarajnetcentric committed Jan 29, 2024
1 parent 68eb203 commit a9af761
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/frontend/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
const colors = require('tailwindcss/colors')

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js,jsx,ts,tsx}"],
theme: {
extend: {},
colors: {
black: colors.black,
white: colors.white,
"robin-egg-blue": "#12C9CC",
"fluorescent-blue": "#26EFE9",
"waterspout": "#A8F9F6",
"midnight-blue": "#000048",
}
},
plugins: [],
}
Expand Down

0 comments on commit a9af761

Please sign in to comment.