From a30800afa8846bb705f9c2554074d138549d218a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 Feb 2020 00:12:55 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 6 +++--- ayanova/src/plugins/vuetify.js | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 5282b610..e1bb18dc 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -91,11 +91,11 @@ diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js index fae33b06..00bebce4 100644 --- a/ayanova/src/plugins/vuetify.js +++ b/ayanova/src/plugins/vuetify.js @@ -1,5 +1,5 @@ /* xeslint-disable */ - +import "@fortawesome/fontawesome-free/css/all.css"; // Ensure you are using css-loader import Vue from "vue"; import Vuetify from "vuetify/lib"; //import myLang from "../api/en"; @@ -20,8 +20,7 @@ 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", - anchor: "colors.purple" + disabled: "#e0e0e0" } } },