ajout couleurs custom

This commit is contained in:
MathieuG-P
2022-05-17 23:49:19 +02:00
parent 41f6b4c7a1
commit ad86cb41f8
+10
View File
@@ -1,3 +1,5 @@
const colors = require('tailwindcss/colors')
module.exports = {
content: ['./src/renderer/**/*.tsx'],
mode: 'jit',
@@ -6,6 +8,14 @@ module.exports = {
scrollbar: ['rounded']
},
theme:{
colors:{
...colors,
'main-color': {
1: '#202225',
2: '#2C2F33',
3: '#40444b',
},
},
extend:{
keyframes:{
zoominimg: {