mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-05 23:33:50 +02:00
Components Buttons, Header und Cards
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user