summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/components/FilesListVirtual.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue
index 4a6e27bc233..463c71d7c6d 100644
--- a/apps/files/src/components/FilesListVirtual.vue
+++ b/apps/files/src/components/FilesListVirtual.vue
@@ -464,7 +464,7 @@ export default Vue.extend({
// Hover state of the row should also change the favorite markers background
.favorite-marker-icon svg path {
- stroke: var(--color-background-dark);
+ stroke: var(--color-background-hover);
}
}