This commit is contained in:
2019-04-17 19:53:40 +00:00
parent 891154d079
commit e17fbb08de
3 changed files with 23 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ Vue.use(Vuetify, {
primary: "#00205B",
secondary: "#00843D",
accent: "#ffff00",
error: "#b71c1c"
error: "#b71c1c",
disabled: "#e0e0e0"
}
});