i-darrshan's picture
initial push of the update
8b105ad
raw
history blame contribute delete
531 Bytes
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}", // Includes all JSX/TSX files
],
theme: {
extend: {
fontFamily: {
sans: ['"SF Pro"', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', 'sans-serif'],
},
colors: {
blue: "#2997FF",
gray: {
DEFAULT: "#86868b",
100: "#94928d",
200: "#afafaf",
300: "#42424570",
},
zinc: "#101010",
},
},
},
plugins: [],
};