[ACS-3590] Fix contrast issues in ACA (#7867)

* [ACS-3590] Fix contrast issues in ACA

* [ACS-3590] Apply CR fixes
This commit is contained in:
MichalKinas
2022-10-04 14:38:43 +02:00
committed by GitHub
parent ba8b3c7d8f
commit 9f25494296
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -224,7 +224,7 @@
<ng-container *ngSwitchCase="'image'">
<adf-img-viewer [urlFile]="urlFileContent"
[nameFile]="displayName"
[nameFile]="displayName || fileName"
[blobFile]="blobFile"
[readOnly]="readOnly"
(error)="onUnsupportedFile()"