mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 16:46:06 +02:00
17 lines
323 B
JavaScript
17 lines
323 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{js,jsx,ts,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
colors: {
|
|
primary: "#0E7768",
|
|
secondary: "#6FB98F",
|
|
primaryHover: "#13695D",
|
|
secondaryHover: "#69AF88",
|
|
white: "#ffffff",
|
|
gray1: "#EAEAEA",
|
|
gray2: "#FAFAFA",
|
|
},
|
|
},
|
|
plugins: [],
|
|
};
|