Components Buttons, Header und Cards

This commit is contained in:
BettinaHallinger
2022-04-20 10:45:23 +02:00
parent aa9c894de1
commit e564858259
17 changed files with 78 additions and 15 deletions
+9
View File
@@ -2,6 +2,15 @@ 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: [],
};