refactor: refresh

This commit is contained in:
2024-02-27 17:51:31 +00:00
parent 364d2c272f
commit f93a398039
75 changed files with 1434 additions and 2476 deletions

View File

@ -4,12 +4,14 @@ module.exports = {
theme: {
extend: {
colors: {
"gray-1": "#171717",
"gray-2": "#222",
"gray-3": "#797979",
"layer-1": "rgb(23 23 23 / <alpha-value>)",
"layer-2": "rgb(34 34 34 / <alpha-value>)",
"layer-3": "rgb(50 50 50 / <alpha-value>)",
primary: "var(--primary)",
secondary: "var(--secondary)",
zap: "var(--zap)",
success: "rgb(0 127 0 / <alpha-value>)",
warning: "rgb(255 86 63 / <alpha-value>)"
},
animation: {
"ping-once": "ping 1s cubic-bezier(0, 0, 0.2, 1);",