[ACS-5551] color updated

This commit is contained in:
Anukriti Singh
2023-10-13 16:29:42 +05:30
parent 355958e75d
commit 9a93b74bf3
2 changed files with 8 additions and 1 deletions
@@ -1,7 +1,7 @@
<div [ngSwitch]="templateType">
<div *ngSwitchDefault>
<mat-form-field class="adf-property-field adf-card-textitem-field"
[ngClass]="{ 'adf-property-read-only': !isEditable, 'adf-property-field-has-error mat-form-field-invalid': isEditable && hasErrors }"
[ngClass]="{ 'adf-property-read-only': !isEditable, 'adf-property-editable-property': isEditable, 'adf-property-field-has-error mat-form-field-invalid': isEditable && hasErrors }"
[floatLabel]="'always'"
appearance="standard">
<mat-label *ngIf="showProperty || isEditable" [attr.data-automation-id]="'card-textitem-label-' + property.key" class="adf-property-label"
@@ -26,6 +26,13 @@
}
}
.adf-property-editable-property {
.adf-property-label {
color: var(--theme-metadata-property-panel-title-color);
}
}
.adf-property-field {
width: 100%;