refactor: profile & other styles

This commit is contained in:
2023-12-07 12:35:46 +00:00
parent 51905c4b7f
commit 30907927d1
25 changed files with 197 additions and 457 deletions

View File

@ -7,6 +7,8 @@ module.exports = {
"gray-1": "#171717",
"gray-2": "#222",
primary: "var(--primary)",
secondary: "var(--secondary)",
zap: "var(--zap)"
},
animation: {
"ping-once": "ping 1s cubic-bezier(0, 0, 0.2, 1);",