Fix upload files / folders

This commit is contained in:
Romaric Mourgues
2023-03-28 10:58:48 +02:00
parent 682b847ad1
commit bdfa3cb851
15 changed files with 189 additions and 94 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const defaultTheme = require('tailwindcss/defaultTheme');
let shades = [];
['zinc', 'red', 'orange', 'green', 'blue'].map(color => {
['zinc', 'rose', 'orange', 'green', 'blue'].map(color => {
[50, 100, 200, 300, 400, 500, 600, 700, 800, 900].map(shade => {
shades.push(`bg-${color}-${shade}`);
shades.push(`border-${color}-${shade}`);