DuOrigin v2 - React + NestJS + Prisma + EUDR API Integration
This commit is contained in:
28
frontend/tailwind.config.js
Normal file
28
frontend/tailwind.config.js
Normal file
@@ -0,0 +1,28 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: {
|
||||
DEFAULT: '#1A7A4C',
|
||||
hover: '#15634D',
|
||||
},
|
||||
navy: '#2D3142',
|
||||
gray: {
|
||||
custom: '#C8C9CB',
|
||||
text: '#5A5D6B',
|
||||
muted: '#8E9196',
|
||||
bg: '#F5F6F8',
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'system-ui', '-apple-system', 'sans-serif'],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user