Skip to content
Snippets Groups Projects
Commit d2806a7d authored by Endrizzi, Marco (UG - Comp Sci & Elec Eng)'s avatar Endrizzi, Marco (UG - Comp Sci & Elec Eng)
Browse files

Changed notification colors

parent 466539b6
No related branches found
No related tags found
1 merge request!21Form validation
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
this.newSignal = false this.newSignal = false
this.$q.notify({ this.$q.notify({
message: 'Signal Sent', message: 'Signal Sent',
color: 'orange', color: 'accent',
actions: [ actions: [
{ {
label: '', label: '',
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
this.newEvent = false this.newEvent = false
this.$q.notify({ this.$q.notify({
message: 'Event Submitted', message: 'Event Submitted',
color: 'accent', color: 'orange',
actions: [ actions: [
{ {
label: '', label: '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment