diff --git a/changes/changelog.d/897.bugfix b/changes/changelog.d/897.bugfix new file mode 100644 index 000000000..8101cda4c --- /dev/null +++ b/changes/changelog.d/897.bugfix @@ -0,0 +1 @@ +Fix regression to quota bar color (#897) \ No newline at end of file diff --git a/front/src/views/content/libraries/Quota.vue b/front/src/views/content/libraries/Quota.vue index 687a825cf..f043b54b6 100644 --- a/front/src/views/content/libraries/Quota.vue +++ b/front/src/views/content/libraries/Quota.vue @@ -4,7 +4,7 @@
Loading usage data…
-
+
{{ progress }}%
@@ -154,4 +154,4 @@ export default { } } } - + \ No newline at end of file