feat: dashboard

This commit is contained in:
2023-12-07 15:35:13 +00:00
parent 30907927d1
commit fedf674819
24 changed files with 307 additions and 93 deletions

View File

@ -6,12 +6,14 @@ module.exports = {
colors: {
"gray-1": "#171717",
"gray-2": "#222",
"gray-3": "#797979",
primary: "var(--primary)",
secondary: "var(--secondary)",
zap: "var(--zap)"
zap: "var(--zap)",
},
animation: {
"ping-once": "ping 1s cubic-bezier(0, 0, 0.2, 1);",
flash: "pulse 0.5s 6 linear;"
},
},
},