change primary color
This commit is contained in:
parent
efb4e6990a
commit
add1f0eed5
1 changed files with 7 additions and 2 deletions
|
|
@ -5,8 +5,13 @@ export default {
|
|||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#CCCCCC',
|
||||
secondary: '#ecc94b',
|
||||
neutral: '#ec4c9b',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require('tailwindcss-primeui')],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue