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 @@