diff --git a/assets/vue/styles/quasar.variables.sass b/assets/vue/styles/quasar.variables.sass index 73edbde262..bed7d9c91d 100644 --- a/assets/vue/styles/quasar.variables.sass +++ b/assets/vue/styles/quasar.variables.sass @@ -1,15 +1,15 @@ // It's highly recommended to change the default colors // to match your app's branding. -$primary : #027BE3 -$secondary : #26A69A +$primary : #2E75A3 +$secondary : #FD6600 $accent : #9C27B0 $dark : #1D1D1D -$positive : #21BA45 -$negative : #C10015 -$info : #31CCEC -$warning : #F2C037 +$positive : #A4DC2D +$negative : #EF3E3E +$info : #3E9AEF +$warning : #EDDF0E //@import '~quasar-variables-styl'