1
0
Fork 0

change primary color

This commit is contained in:
Brian D 2024-11-17 11:39:21 -05:00
parent efb4e6990a
commit add1f0eed5

View file

@ -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')],
}