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' width: 'width'
}, },
colors: { colors: {
accent: { primary: {
400: '#594ee9', light: '#2f4368',
500: '#5045e8', default: '#293b5b',
600: '#4338e5' dark: '#253552'
} }
} }
} }