Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use color-text-light for the missing preview icon
Browse files Browse the repository at this point in the history
Co-authored-by: Simon L. <[email protected]>
Signed-off-by: Louis <[email protected]>
artonge and szaimen authored May 25, 2023
1 parent 48bf654 commit ec5c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_versions/src/components/Version.vue
Original file line number Diff line number Diff line change
@@ -293,7 +293,7 @@ export default {
// Useful to display no preview icon.
display: flex;
justify-content: center;
color: var(--color-main-text);
color: var(--color-text-light);
}
}

0 comments on commit ec5c8f9

Please sign in to comment.