From 5c305a088d6fab768ea14cb3fc2fca3ff1fd1383 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 10 Apr 2022 02:45:45 -0500 Subject: [PATCH] my changes on the ui and theme --- src/App.vue | 7 +++---- src/assets/grid.svg | 4 ++-- src/main.ts | 2 +- src/pages/Editor.vue | 40 +++++++++++++++++++++------------------ src/quasar-variables.sass | 4 ++-- 5 files changed, 30 insertions(+), 27 deletions(-) diff --git a/src/App.vue b/src/App.vue index ce01029..2d74dbe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,7 @@ Dark.set(true) diff --git a/src/quasar-variables.sass b/src/quasar-variables.sass index edc3022..ad6e563 100644 --- a/src/quasar-variables.sass +++ b/src/quasar-variables.sass @@ -1,5 +1,5 @@ $primary : #553564 -$secondary : #26A69A +$secondary : #008e80 $accent : #9C27B0 $dark : #1D1D1D @@ -8,5 +8,5 @@ $dark : #1D1D1D $positive : #21BA45 $negative : #C10015 -$info : #31CCEC +$info : #7da9b2 $warning : #F2C037 \ No newline at end of file