fix(frontend): removes background2 for dim's joy

This commit is contained in:
Matteo Cominetti
2021-03-10 21:38:16 +00:00
parent 1a762d1fbd
commit 7efc8a4e73
29 changed files with 88 additions and 129 deletions
+1 -3
View File
@@ -26,7 +26,6 @@ export default new Vuetify({
info: '#313BCF', //dark blue
success: '#4caf50',
background: '#eeeeee',
background2: '#ffffff',
text: '#FFFFFF'
},
dark: {
@@ -37,8 +36,7 @@ export default new Vuetify({
warning: '#FF9100', //orange
info: '#313BCF', //dark blue
success: '#4caf50',
background: '#3a3b3c',
background2: '#303132'
background: '#3a3b3c'
}
}
}