mirror of
https://github.com/nextcloud/server.git
synced 2026-05-14 01:21:32 -04:00
fix(files): Use color-primary-element-text for files/folders overlay icons
Signed-off-by: Jonas <jonas@freesources.org>
This commit is contained in:
parent
f313b12d54
commit
28deb6cb45
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue