From 886bc13f10d82b8973d6ea63fa051ae873b8aea2 Mon Sep 17 00:00:00 2001 From: Daan Wijns Date: Sun, 17 Apr 2022 15:35:22 +0200 Subject: [PATCH] fix: torrent progress color #410 --- src/components/Torrent/DashboardItems/Progress.vue | 2 +- src/components/Torrent/Torrent.vue | 2 +- src/lang/nl.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Torrent/DashboardItems/Progress.vue b/src/components/Torrent/DashboardItems/Progress.vue index ca35a5e6ab..eced99d08f 100644 --- a/src/components/Torrent/DashboardItems/Progress.vue +++ b/src/components/Torrent/DashboardItems/Progress.vue @@ -12,7 +12,7 @@ :value="torrent.progress" height="20" :style="phoneLayout ? '' : 'width: 80%;'" - :color="`torrent-${state}-color`" + :color="`torrent-${state}`" rounded >