This commit is contained in:
2020-02-04 18:53:52 +00:00
parent 983be5c96d
commit b61e03abad
2 changed files with 73 additions and 31 deletions

View File

@@ -20,7 +20,8 @@ export default new Vuetify({
//accent: "#BD491A", //dark orangey red, more clarity, less friendly looking
error: "#ff5252", //lighter red, have to see if it's good for all screens and sizes as it's a bit light but it stands out as an error condition better
disabled: "#e0e0e0"
disabled: "#e0e0e0",
anchor: "colors.purple"
}
}
},