0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-05 07:01:14 +00:00

refactor: ♻️ Change default accent color to green

Use the green color as the new default

complete 305
This commit is contained in:
Kenny 2022-06-22 13:24:25 -04:00
parent 8edab2e5b5
commit c0f4386132

View file

@ -65,11 +65,11 @@ export default {
},
themes: {
light: {
primary: "#E57373",
primary: "#016a49",
background: "#ffffff",
},
dark: {
primary: "#B71C1C",
primary: "#7CD6AF",
background: "#000000",
},
},