From a77d48c905354cbdbe7c32e8023f96bc200a89bb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 7 Oct 2020 20:48:20 +0000 Subject: [PATCH] --- ayanova/src/plugins/vuetify.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js index 94d1440f..a00bc96c 100644 --- a/ayanova/src/plugins/vuetify.js +++ b/ayanova/src/plugins/vuetify.js @@ -1189,7 +1189,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" + disabled: "#c7c7c7" }, dark: { //here you will define primary secondary stuff for dark theme @@ -1204,6 +1205,7 @@ export default new Vuetify({ 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: "#db7022" } } },