From d2806a7d7582e616b026f2a27e6e2993c78d5f1b Mon Sep 17 00:00:00 2001
From: Marco Endrizzi <me00531@surrey.ac.uk>
Date: Fri, 23 Apr 2021 16:14:30 -0700
Subject: [PATCH] Changed notification colors

---
 src/layouts/MainLayout.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue
index 9005693..51212a5 100644
--- a/src/layouts/MainLayout.vue
+++ b/src/layouts/MainLayout.vue
@@ -92,7 +92,7 @@ export default {
       this.newSignal = false
       this.$q.notify({
         message: 'Signal Sent',
-        color: 'orange',
+        color: 'accent',
         actions: [
           {
             label: '✕',
@@ -106,7 +106,7 @@ export default {
       this.newEvent = false
       this.$q.notify({
         message: 'Event Submitted',
-        color: 'accent',
+        color: 'orange',
         actions: [
           {
             label: '✕',
-- 
GitLab