summaryrefslogtreecommitdiffstats
path: root/webapp/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/main.js')
-rw-r--r--webapp/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/main.js b/webapp/src/main.js
index 20dde73..70afb40 100644
--- a/webapp/src/main.js
+++ b/webapp/src/main.js
@@ -39,7 +39,7 @@ const i18n = new VueI18n({
Vue.use(Vuetify, {
theme: {
- primary: '#0195ff'
+ primary: '#0095ff'
},
lang: {
t: (key, ...params) => i18n.t(key, params)