Update tailwind.config.cjs

This commit is contained in:
freearhey 2023-09-18 19:40:38 +03:00
parent c13dda8473
commit 83e29ddefe

View file

@ -10,10 +10,10 @@ module.exports = {
width: 'width'
},
colors: {
accent: {
400: '#594ee9',
500: '#5045e8',
600: '#4338e5'
primary: {
light: '#2f4368',
default: '#293b5b',
dark: '#253552'
}
}
}