fix(frontend): removes background2 for dim's joy
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user