From 7f8b7784c76626e4c966d114a83cfee8be6a6342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Tue, 13 Sep 2022 01:50:59 +0000 Subject: [PATCH] adjust ticker text color --- ui/package.json | 2 ++ ui/src/components/TickerBar.vue | 28 +++++++++++++++---- ui/yarn.lock | 49 ++++++++++++++++++++++++++++++++- 3 files changed, 72 insertions(+), 7 deletions(-) diff --git a/ui/package.json b/ui/package.json index 20807c5..f3f103b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -8,6 +8,8 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@types/color": "^3.0.3", + "color": "^4.2.3", "core-js": "^3.8.3", "luxon": "^3.0.3", "register-service-worker": "^1.7.2", diff --git a/ui/src/components/TickerBar.vue b/ui/src/components/TickerBar.vue index d5da609..d79a01c 100644 --- a/ui/src/components/TickerBar.vue +++ b/ui/src/components/TickerBar.vue @@ -1,10 +1,6 @@