Merge pull request #41455 from nextcloud/fix/f2vue_folder_overlay_icon

This commit is contained in:
Julius Härtl 2023-11-14 14:05:47 +01:00 committed by GitHub
commit a2770e0f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -515,7 +515,7 @@ export default Vue.extend({
position: absolute;
max-height: calc(var(--icon-preview-size) * 0.5);
max-width: calc(var(--icon-preview-size) * 0.5);
color: var(--color-main-text);
color: var(--color-primary-element-text);
// better alignment with the folder icon
margin-top: 2px;

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long