feat: player overlay styles

This commit is contained in:
2023-12-05 16:32:54 +00:00
parent 296789978c
commit 130c6048a2
19 changed files with 147 additions and 146 deletions

View File

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